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 | 懌嚥暮 | 100111001110001010011010100010111001010111101001 | 9ce29a8b95e9 |
EUC-JP | 懌嚥暮 | 110110001110010011010011111010111100101011101011 | d8e4d3ebcaeb |
UTF-8 | 懌嚥暮 | 111001101000011110001100111001011001101010100101111001101001101010101110 | e6878ce59aa5e69aae |
UHC | ?嚥暮 | 0011111111100110101111111101100110111010 | 3fe6bfd9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)