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 | 鄒樒ィョ蟋徒 | 11100111101111101001111011100111101010001010111011100101101001111001001101101011 | e7be9ee7a8aee5a7936b |
EUC-JP | 鄒樒ィョ蟋徒 | 111011101100000011011100111010011000111010101000100011101010111011101010101010011100010111001100 | eec0dce98ea88eaeeaa9c5cc |
UTF-8 | 鄒樒ィョ蟋徒 | 111010011000010010010010111001101010100010010010111011111011110110101000111011111011110110101110111010001001111110001011111001011011111010010010 | e98492e6a892efbda8efbdaee89f8be5be92 |
UHC | 鄒????徒 | 1111010111011011001111110011111100111111001111111101001111111001 | f5db3f3f3f3fd3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)