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 | 陞溷供譯 | 1110100010011110100111111110010110001011100111111110011010100001 | e89e9fe58b9fe6a1 |
EUC-JP | 陞溷供譯 | 1110111111111110110111101110011110110110101000011110110010100011 | effedee7b6a1eca3 |
UTF-8 | 陞溷供譯 | 111010011001100110011110111001101011101010110111111001001011111010011011111010001010110110101111 | e9999ee6bab7e4be9be8adaf |
UHC | 陞?供譯 | 11100011101100110011111111001101111010101110011010111011 | e3b33fcdeae6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)