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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?鷹レB | 001111111001000111101001100000111000110001000010 | 3f91e9838c42 |
EUC-JP | ?鷹レB | 001111111100001011101011101001011110110001000010 | 3fc2eba5ec42 |
UTF-8 | 룶鷹レB | 11101011101000111011011011101001101101111011100111100011100000111010110001000010 | eba3b6e9b7b9e383ac42 |
UHC | 룶鷹レB | 10001111101010111110101111101101101010111110110001000010 | 8fabebedabec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)