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 | 珥?宰 | 1110000011100000001111111000110111001001 | e0e03f8dc9 |
EUC-JP | 珥?宰 | 1110000011100010001111111011101011001011 | e0e23fbacb |
UTF-8 | 珥렮宰 | 111001111000111110100101111010111010000010101110111001011010111010110000 | e78fa5eba0aee5aeb0 |
UHC | 珥렮宰 | 111011001011010010001110101110111110111010100101 | ecb48ebbeea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)