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 | 艤校?? | 111001000111111010001101010110100011111100111111 | e47e8d5a3f3f |
EUC-JP | 艤校?? | 111001111101111110111001101110110011111100111111 | e7dfb9bb3f3f |
UTF-8 | 艤校렱렠 | 111010001000100110100100111001101010000010100001111010111010000010110001111010111010000010100000 | e889a4e6a0a1eba0b1eba0a0 |
UHC | 艤校렱렠 | 1110101111111010110011101110100010001110101111101000111010110001 | ebfacee88ebe8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)