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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟆冗う | 111001011011000010001111111001111000001010100100 | e5b08fe782a4 |
EUC-JP | 蟆冗う | 111010101011001010111110111010011010010010100110 | eab2bee9a4a6 |
UTF-8 | 蟆冗う | 111010001001111110000110111001011000011010010111111000111000000110000110 | e89f86e58697e38186 |
UHC | ?冗う | 0011111111101001101101111010101010100110 | 3fe9b7aaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)