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 | 嶸溏弌嶸カ? | 11111010101101001001111111101101100110001001111111111010101101001011011000111111 | fab49fed989ffab4b63f |
EUC-JP | 嶸溏弌嶸カ嶴 | 100011111011101111110100110111101110111111010000101000011000111110111011111101001000111010110110100011111011101111110011 | 8fbbf4deefd0a18fbbf48eb68fbbf3 |
UTF-8 | 嶸溏弌嶸カ嶴 | 111001011011011010111000111001101011101010001111111001011011110010001100111001011011011010111000111011111011110110110110111001011011011010110100 | e5b6b8e6ba8fe5bc8ce5b6b8efbdb6e5b6b4 |
UHC | 嶸??嶸?? | 1110011110101110001111110011111111100111101011100011111100111111 | e7ae3f3fe7ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)