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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 豐彦 | 11100110101100101001010101000110 | e6b29546 |
EUC-JP | 豐彦 | 11101100101101001100100110100111 | ecb4c9a7 |
UTF-8 | 豐彦 | 111010001011000110010000111001011011110110100110 | e8b190e5bda6 |
UHC | ?彦 | 001111111110010111101001 | 3fe5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)