To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?w???? | 001111110111011100111111001111110011111100111111 | 3f773f3f3f3f |
SJIS-WIN | ?w???? | 001111110111011100111111001111110011111100111111 | 3f773f3f3f3f |
EUC-JP | ?w???? | 001111110111011100111111001111110011111100111111 | 3f773f3f3f3f |
UTF-8 | 혯w혗혧챔횏 | 11101101100110001010111101110111111011011001100010010111111011011001100010100111111011001011000110010100111011011001101010001111 | ed98af77ed9897ed98a7ecb194ed9a8f |
UHC | 혯w혗혧챔횏 | 1100001010010110011101111100001010000010110000101000111111000011101010001100001110001011 | c29677c282c28fc3a8c38b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)