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 | 蟾肴峪 | 111001011011011110001101111001101001101110111001 | e5b78de69bb9 |
EUC-JP | 蟾肴峪 | 111010101011100110111010111010001101011010111011 | eab9bae8d6bb |
UTF-8 | 蟾肴峪 | 111010001001111110111110111010001000001010110100111001011011001110101010 | e89fbee882b4e5b3aa |
UHC | 蟾肴? | 1110000011101010111111011010001000111111 | e0eafda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)