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 | 蟠悶Μ塚 | 1110010110110100100101101110001110000011101010101111101010011100 | e5b496e383aafa9c |
EUC-JP | 蟠悶Μ? | 11101010101101101100110011100101101001101010110000111111 | eab6cce5a6ac3f |
UTF-8 | 蟠悶Μ塚 | 1110100010011111101000001110011010000010101101101100111010011100111011111010100010010000 | e89fa0e682b6ce9cefa890 |
UHC | 蟠悶Μ? | 11011010111101101101101010111111101001011100110000111111 | daf6dabfa5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)