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 | 11101000010001011000001110001011100011011011011101000010 | e845838b8db742 |
EUC-JP | 錵ル差B | 11101111101001101010010111101011101110101011100101000010 | efa6a5ebbab942 |
UTF-8 | 錵ル差B | 11101001100011001011010111100011100000111010101111100101101101111010111001000010 | e98cb5e383abe5b7ae42 |
UHC | ?ル差B | 001111111010101111101011111100111010110001000010 | 3fabebf3ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)