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 | ???宣??? | 0011111100111111001111111001000011101001001111110011111100111111 | 3f3f3f90e93f3f3f |
EUC-JP | ???宣??? | 0011111100111111001111111100000011101011001111110011111100111111 | 3f3f3fc0eb3f3f3f |
UTF-8 | 렯렭렯宣렎렯렑 | 111010111010000010101111111010111010000010101101111010111010000010101111111001011010111010100011111010111010000010001110111010111010000010101111111010111010000010010001 | eba0afeba0adeba0afe5aea3eba08eeba0afeba091 |
UHC | 렯렭렯宣렎렯렑 | 1000111010111100100011101011101010001110101111001110000010111110100011101010010010001110101111001000111010100110 | 8ebc8eba8ebce0be8ea48ebc8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)