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 | 荵呷棆踈廝 | 11100100101110011001100111101100100111101011000011100110111100011001110001000010 | e4b999ec9eb0e6f19c42 |
EUC-JP | 荵呷棆踈廝 | 11101000101110111101001011101110110111001011001011101100111100111101011110100011 | e8bbd2eedcb2ecf3d7a3 |
UTF-8 | 荵呷棆踈廝 | 111010001000110110110101111001011001000110110111111001101010001110000110111010001011100010001000111001011011101110011101 | e88db5e591b7e6a386e8b888e5bb9d |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)