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 | ?c?cB | 0011111101100011001111110110001101000010 | 3f633f6342 |
SJIS-WIN | 棚c棚cB | 10010010010010010110001110010010010010010110001101000010 | 92496392496342 |
EUC-JP | 棚c棚cB | 11000011101010100110001111000011101010100110001101000010 | c3aa63c3aa6342 |
UTF-8 | 棚c棚cB | 111001101010001110011010011000111110011010100011100110100110001101000010 | e6a39a63e6a39a6342 |
UHC | 棚c棚cB | 11011101110111000110001111011101110111000110001101000010 | dddc63dddc6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)