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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??曖???? | 0011111100111111100111100100001000111111001111110011111100111111 | 3f3f9e423f3f3f3f |
EUC-JP | ??曖???? | 0011111100111111110110111010001100111111001111110011111100111111 | 3f3fdba33f3f3f3f |
UTF-8 | 렯렳曖렯렮센셜 | 111010111010000010101111111010111010000010110011111001101001101110010110111010111010000010101111111010111010000010101110111011001000010010111100111011001000010110011100 | eba0afeba0b3e69b96eba0afeba0aeec84bcec859c |
UHC | 렯렳曖렯렮센셜 | 1000111010111100100011101100000011100100111100101000111010111100100011101011101110111100101111101011110011001000 | 8ebc8ec0e4f28ebc8ebbbcbebcc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)