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 | ?E????? | 00111111010001010011111100111111001111110011111100111111 | 3f453f3f3f3f3f |
SJIS-WIN | ?E????? | 00111111010001010011111100111111001111110011111100111111 | 3f453f3f3f3f3f |
EUC-JP | ?E????? | 00111111010001010011111100111111001111110011111100111111 | 3f453f3f3f3f3f |
UTF-8 | 체E혦쨘혧쨍횓 | 11101100101100101011010001000101111011011001100010100110111011001010100010011000111011011001100010100111111011001010100010001101111011011001101010010011 | ecb2b445ed98a6eca898ed98a7eca88ded9a93 |
UHC | 체E혦쨘혧쨍횓 | 11000011101111000100010111000010100011101100001010111010110000101000111111000010101110001100001110001110 | c3bc45c28ec2bac28fc2b8c38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)