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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 阡慕弦] | 11101000100101001001010111100111100011001011011101011101 | e89495e78cb75d |
EUC-JP | 阡慕弦] | 11101111111101001100101011101001101110001011100101011101 | eff4cae9b8b95d |
UTF-8 | 阡慕弦] | 11101001100110001010000111100110100001011001010111100101101111001010011001011101 | e998a1e68595e5bca65d |
UHC | 阡慕弦] | 11110100110001101101100110110111111110101101011101011101 | f4c6d9b7fad75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)