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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陞ッ繧主嚀 | 111010001001111010101111111000111000001010001110111001011001101010000110 | e89eafe3828ee59a86 |
EUC-JP | 陞ッ繧主嚀 | 11101111111111101000111010101111111001011110001010111100111001111101001111100110 | effe8eafe5e2bce7d3e6 |
UTF-8 | 陞ッ繧主嚀 | 111010011001100110011110111011111011110110101111111001111011100110100111111001001011100010111011111001011001101010000000 | e9999eefbdafe7b9a7e4b8bbe59a80 |
UHC | 陞??主? | 11100011101100110011111100111111111100011010101100111111 | e3b33f3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)