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 | 鞜匁刮蒹⑦ | 11101000110111111001011011100110100110011000100111100100111000111000011101000110 | e8df96e69989e4e38746 |
EUC-JP | 鞜匁刮蒹? | 111100001110000111001100111010001101000111101001111010001110010100111111 | f0e1cce8d1e9e8e53f |
UTF-8 | 鞜匁刮蒹⑦ | 111010011001111010011100111001011000110010000001111001011000100010101110111010001001001010111001111000101001000110100110 | e99e9ce58c81e588aee892b9e291a6 |
UHC | ??刮?⑦ | 00111111001111111100111010111110001111111010100011101101 | 3f3fcebe3fa8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)