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 | 薊ヤ振 | 111001010100100010000011100001001001000001010101 | e54883849055 |
EUC-JP | 薊ヤ振 | 111010011010100110100101111001001011111110110110 | e9a9a5e4bfb6 |
UTF-8 | 薊ヤ振 | 111010001001011010001010111000111000001110100100111001101000110010101111 | e8968ae383a4e68caf |
UHC | ?ヤ振 | 0011111110101011111001001111001011001001 | 3fabe4f2c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)