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 | ??????堤 | 0011111100111111001111110011111100111111001111111001001011100111 | 3f3f3f3f3f3f92e7 |
EUC-JP | ??????堤 | 0011111100111111001111110011111100111111001111111100010011101001 | 3f3f3f3f3f3fc4e9 |
UTF-8 | 렯렍렯렠셈섞堤 | 111010111010000010101111111010111010000010001101111010111010000010101111111010111010000010100000111011001000010110001000111011001000010010011110111001011010000010100100 | eba0afeba08deba0afeba0a0ec8588ec849ee5a0a4 |
UHC | 렯렍렯렠셈섞堤 | 1000111010111100100011101010001110001110101111001000111010110001101111001100000010111100101011111111000010100111 | 8ebc8ea38ebc8eb1bcc0bcaff0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)