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 | ?A?K | 00111111010000010011111101001011 | 3f413f4b |
SJIS-WIN | ?A?K | 00111111010000010011111101001011 | 3f413f4b |
EUC-JP | ?A?K | 00111111010000010011111101001011 | 3f413f4b |
UTF-8 | 채A챔K | 1110110010110001100001000100000111101100101100011001010001001011 | ecb18441ecb1944b |
UHC | 채A챔K | 110000111010010001000001110000111010100001001011 | c3a441c3a84b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)