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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | ?臣ゅrB | 00111111100100000110001010000010111000110111001001000010 | 3f906282e37242 |
EUC-JP | ?臣ゅrB | 00111111101111111100001110100100111001010111001001000010 | 3fbfc3a4e57242 |
UTF-8 | 룵臣ゅrB | 1110101110100011101101011110100010000111101000111110001110000010100001010111001001000010 | eba3b5e887a3e382857242 |
UHC | 룵臣ゅrB | 1000111110101010111000111110110110101010111001010111001001000010 | 8faae3edaae57242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)