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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芫主辱裡 | 1110010010001011100011101110010110010000010010101001011110100001 | e48b8ee5904a97a1 |
EUC-JP | 芫主辱裡 | 1110011111101011101111001110011110111111101010111100111010100011 | e7ebbce7bfabcea3 |
UTF-8 | 芫主辱裡 | 111010001000101010101011111001001011100010111011111010001011111010110001111010001010001110100001 | e88aabe4b8bbe8beb1e8a3a1 |
UHC | ?主辱裡 | 00111111111100011010101111101001101101001101011111101011 | 3ff1abe9b4d7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)