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 | ?罕荊?荊 | 0011111111100011101001011000110001110100001111111000110001110100 | 3fe3a58c743f8c74 |
EUC-JP | ?罕荊?荊 | 0011111111100110101001111011011111010101001111111011011111010101 | 3fe6a7b7d53fb7d5 |
UTF-8 | 뤋罕荊귑荊 | 111010111010010010001011111001111011110110010101111010001000110110001010111010101011011110010001111010001000110110001010 | eba48be7bd95e88d8aeab791e88d8a |
UHC | 뤋罕荊귑荊 | 10001111101110111111100111010110111110111010101010110001110100101111101110101010 | 8fbbf9d6fbaab1d2fbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)