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 | 鈔」鬧亥鮴 | 111001111110001010100011111010011010011110001000111001011110100110111110 | e7e2a3e9a788e5e9be |
EUC-JP | 鈔」鬧亥鮴 | 11101110111001001000111010100011111100101010100110110000111001111111001011000000 | eee48ea3f2a9b0e7f2c0 |
UTF-8 | 鈔」鬧亥鮴 | 111010011000100010010100111011111011110110100011111010011010110010100111111001001011101010100101111010011010111010110100 | e98894efbda3e9aca7e4baa5e9aeb4 |
UHC | ??鬧亥? | 00111111001111111101011110100010111110101010010000111111 | 3f3fd7a2faa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)