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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 알롍렯렓렯렼렯 | 111011001001010110001100111010111010000110001101111010111010000010101111111010111010000010010011111010111010000010101111111010111010000010111100111010111010000010101111 | ec958ceba18deba0afeba093eba0afeba0bceba0af |
UHC | 알롍렯렓렯렼렯 | 1011111011001011100011101101001110001110101111001000111010101000100011101011110010001110110001001000111010111100 | becb8ed38ebc8ea88ebc8ec48ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)