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 | 렯렳曖렯렽센셌 | 111010111010000010101111111010111010000010110011111001101001101110010110111010111010000010101111111010111010000010111101111011001000010010111100111011001000010110001100 | eba0afeba0b3e69b96eba0afeba0bdec84bcec858c |
UHC | 렯렳曖렯렽센셌 | 1000111010111100100011101100000011100100111100101000111010111100100011101100010110111100101111101011110011000011 | 8ebc8ec0e4f28ebc8ec5bcbebcc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)