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 | 蔬滄區 | 111001001111010010011111111010011001100110111101 | e4f49fe999bd |
EUC-JP | 蔬滄區 | 111010001111011011011110111010111101001010111111 | e8f6deebd2bf |
UTF-8 | 蔬滄區 | 111010001001010010101100111001101011101110000100111001011000110110000000 | e894ace6bb84e58d80 |
UHC | 蔬滄區 | 111000011100101011110011111001111100111110100001 | e1caf3e7cfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)