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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 「鰒。蓚 | 1111000011100011101000101110100111010110101000011110010011101001 | f0e3a2e9d6a1e4e9 |
EUC-JP | ?「鰒。蓚 | 001111111000111010100010111100101101100010001110101000011110100011101011 | 3f8ea2f2d88ea1e8eb |
UTF-8 | 「鰒。蓚 | 111011101000001010100010111011111011110110100010111010011011000010010010111011111011110110100001111010001001001110011010 | ee82a2efbda2e9b092efbda1e8939a |
UHC | ??鰒?蓚 | 00111111001111111101110011100001001111111110001010111110 | 3f3fdce13fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)