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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臾?臾⑤ | 11100100011010110011111111100100011010111000011101000100 | e46b3fe46b8744 |
EUC-JP | 臾?臾? | 111001111100110000111111111001111100110000111111 | e7cc3fe7cc3f |
UTF-8 | 臾쭼臾⑤ | 111010001000011110111110111011001010110110111100111010001000011110111110111000101001000110100100 | e887beecadbce887bee291a4 |
UHC | 臾쭼臾⑤ | 1110101110101100101010000100111011101011101011001010100011101011 | ebaca84eebaca8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)