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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豺ォ鬧 | 1110011010110111101010111110100110100111 | e6b7abe9a7 |
EUC-JP | 豺ォ鬧 | 111011001011100110001110101010111111001010101001 | ecb98eabf2a9 |
UTF-8 | 豺ォ鬧 | 111010001011000110111010111011111011110110101011111010011010110010100111 | e8b1baefbdabe9aca7 |
UHC | 豺?鬧 | 1110001111001111001111111101011110100010 | e3cf3fd7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)