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 | AZCK^ | 100100100100000110010010010110101001001001000011100100100100101101011110 | 9241925a9243924b5e |
SJIS-WIN | ?A?Z?C?K^ | 001111110100000100111111010110100011111101000011001111110100101101011110 | 3f413f5a3f433f4b5e |
EUC-JP | ?A?Z?C?K^ | 001111110100000100111111010110100011111101000011001111110100101101011110 | 3f413f5a3f433f4b5e |
UTF-8 | AZCK^ | 11000010100100100100000111000010100100100101101011000010100100100100001111000010100100100100101101011110 | c29241c2925ac29243c2924b5e |
UHC | ?A?Z?C?K^ | 001111110100000100111111010110100011111101000011001111110100101101011110 | 3f413f5a3f433f4b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)