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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟠悶Μ塚狗絡 | 111001011011010010010110111000111000001110101010111110101001110010001011111001111001011110001101 | e5b496e383aafa9c8be7978d |
EUC-JP | 蟠悶Μ?狗絡 | 1110101010110110110011001110010110100110101011000011111110110110111010011100110111101101 | eab6cce5a6ac3fb6e9cded |
UTF-8 | 蟠悶Μ塚狗絡 | 1110100010011111101000001110011010000010101101101100111010011100111011111010100010010000111001111000101110010111111001111011010110100001 | e89fa0e682b6ce9cefa890e78b97e7b5a1 |
UHC | 蟠悶Μ?狗絡 | 1101101011110110110110101011111110100101110011000011111111001111101101111101010110101001 | daf6dabfa5cc3fcfb7d5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)