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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚????? | 11101010010111110011111100111111001111110011111100111111 | ea5f3f3f3f3f3f |
EUC-JP | 鸚????? | 11110011110000000011111100111111001111110011111100111111 | f3c03f3f3f3f3f |
UTF-8 | 鸚뽮래溜덂래 | 111010011011100010011010111010111011110110101110111010111001111010011000111011111010011110001011111010111000110110000010111010111001111010011000 | e9b89aebbdaeeb9e98efa78beb8d82eb9e98 |
UHC | 鸚뽮래溜덂래 | 111001011010010010010110111010101011011110100001111010101111111010001000111001011011011110100001 | e5a496eab7a1eafe88e5b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)