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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 怡??縫? | 10011100011111010011111100111111100101100100010000111111 | 9c7d3f3f96443f |
EUC-JP | 怡??縫? | 11010111110111100011111100111111110010111010010100111111 | d7de3f3fcba53f |
UTF-8 | 怡명렭縫틘 | 111001101000000010100001111010111010101010000101111010111010000010101101111001111011100010101011111011011000101110011000 | e680a1ebaa85eba0ade7b8abed8b98 |
UHC | 怡명렭縫틘 | 11101100101011101011100011101101100011101011101011011100111011101100011010111000 | ecaeb8ed8ebadceec6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)