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 | 潁??寃 | 100111111111000100111111001111111001101110000011 | 9ff13f3f9b83 |
EUC-JP | 潁??寃 | 110111101111001100111111001111111101010111100011 | def33f3fd5e3 |
UTF-8 | 潁딄섄寃 | 111001101011110110000001111010111001010010000100111011001000010010000100111001011010111110000011 | e6bd81eb9484ec8484e5af83 |
UHC | 潁딄섄寃 | 1110011110111000100010101110101010111100101010011110101010110010 | e7b88aeabca9eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)