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 | ?K}?K{^ | 00111111010010110111110100111111010010110111101101011110 | 3f4b7d3f4b7b5e |
SJIS-WIN | 衷K}衷K{^ | 100100101000111101001011011111011001001010001111010010110111101101011110 | 928f4b7d928f4b7b5e |
EUC-JP | 衷K}衷K{^ | 110000111110111101001011011111011100001111101111010010110111101101011110 | c3ef4b7dc3ef4b7b5e |
UTF-8 | 衷K}衷K{^ | 1110100010100001101101110100101101111101111010001010000110110111010010110111101101011110 | e8a1b74b7de8a1b74b7b5e |
UHC | 衷K}衷K{^ | 111101011111101101001011011111011111010111111011010010110111101101011110 | f5fb4b7df5fb4b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)