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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 鎖靄] | 1000110110111101111010001100100101011101 | 8dbde8c95d |
EUC-JP | 鎖靄] | 1011101010111111111100001100101101011101 | babff0cb5d |
UTF-8 | 鎖靄] | 11101001100011101001011011101001100111011000010001011101 | e98e96e99d845d |
UHC | 鎖靄] | 1110000111110000111001001111011101011101 | e1f0e4f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)