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 | 葮枻 | 111001001101100111110110111100001111101011100010 | e4d9f6f0fae2 |
EUC-JP | 葮?枻 | 111010001101101100111111100011111100001110110101 | e8db3f8fc3b5 |
UTF-8 | 葮枻 | 111010001001000110101110111011101001010010010111111001101001111010111011 | e891aeee9497e69ebb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)