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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?泥?}B | 001111111001001101000100001111110111110101000010 | 3f93443f7d42 |
EUC-JP | ?泥?}B | 001111111100010110100101001111110111110101000010 | 3fc5a53f7d42 |
UTF-8 | 룵泥풔}B | 1110101110100011101101011110011010110011101001011110110110010010100101000111110101000010 | eba3b5e6b3a5ed92947d42 |
UHC | 룵泥풔}B | 1000111110101010110100101111101011000111101101000111110101000010 | 8faad2fac7b47d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)