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 | EE¨hEE | 1001001001000101100100100100010110010001101010000110100010010010010001011001001001000101 | 9245924591a86892459245 |
SJIS-WIN | ?E?E?¨h?E?E | 001111110100010100111111010001010011111110000001010011100110100000111111010001010011111101000101 | 3f453f453f814e683f453f45 |
EUC-JP | ?E?E?¨h?E?E | 001111110100010100111111010001010011111110100001101011110110100000111111010001010011111101000101 | 3f453f453fa1af683f453f45 |
UTF-8 | EE¨hEE | 1100001010010010010001011100001010010010010001011100001010010001110000101010100001101000110000101001001001000101110000101001001001000101 | c29245c29245c291c2a868c29245c29245 |
UHC | ?E?E?¨h?E?E | 001111110100010100111111010001010011111110100001101001110110100000111111010001010011111101000101 | 3f453f453fa1a7683f453f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)