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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | ??瞼宕SB | 0011111100111111111000011101100110010011100001100101001101000010 | 3f3fe1d993865342 |
EUC-JP | ??瞼宕SB | 0011111100111111111000101101101111000101111001100101001101000010 | 3f3fe2dbc5e65342 |
UTF-8 | 룶끼瞼宕SB | 1110101110100011101101101110101110000001101111001110011110011110101111001110010110101110100101010101001101000010 | eba3b6eb81bce79ebce5ae955342 |
UHC | 룶끼瞼宕SB | 10001111101010111011001110100010110011001010000111110111101101010101001101000010 | 8fabb3a2cca1f7b55342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)