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¢EK | 1001001001000001100100011010001010010010010001011001001001001011 | 924191a29245924b |
SJIS-WIN | ?A?¢?E?K | 001111110100000100111111100000011001000100111111010001010011111101001011 | 3f413f81913f453f4b |
EUC-JP | ?A?¢?E?K | 001111110100000100111111101000011111000100111111010001010011111101001011 | 3f413fa1f13f453f4b |
UTF-8 | A¢EK | 11000010100100100100000111000010100100011100001010100010110000101001001001000101110000101001001001001011 | c29241c291c2a2c29245c2924b |
UHC | ?A???E?K | 0011111101000001001111110011111100111111010001010011111101001011 | 3f413f3f3f453f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)