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 | E²¥K | 1001001001000101100100011011001010010001101001011001001001001011 | 924591b291a5924b |
SJIS-WIN | ?E???¥?K | 001111110100010100111111001111110011111110000001100011110011111101001011 | 3f453f3f3f818f3f4b |
EUC-JP | ?E?????K | 0011111101000101001111110011111100111111001111110011111101001011 | 3f453f3f3f3f3f4b |
UTF-8 | E²¥K | 1100001010010010010001011100001010010001110000101011001011000010100100011100001010100101110000101001001001001011 | c29245c291c2b2c291c2a5c2924b |
UHC | ?E?²???K | 001111110100010100111111101010011111011100111111001111110011111101001011 | 3f453fa9f73f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)