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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 懌嚥瓰 | 100111001110001010011010100010111110000101000110 | 9ce29a8be146 |
EUC-JP | 懌嚥瓰 | 110110001110010011010011111010111110000110100111 | d8e4d3ebe1a7 |
UTF-8 | 懌嚥瓰 | 111001101000011110001100111001011001101010100101111001111001001110110000 | e6878ce59aa5e793b0 |
UHC | ?嚥? | 00111111111001101011111100111111 | 3fe6bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)