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 | 諛瑚嚥 | 111001101000011110001100111010001001101010001011 | e6878ce89a8b |
EUC-JP | 諛瑚嚥 | 111010111110011110111000111010101101001111101011 | ebe7b8ead3eb |
UTF-8 | 諛瑚嚥 | 111010001010101110011011111001111001000110011010111001011001101010100101 | e8ab9be7919ae59aa5 |
UHC | 諛瑚嚥 | 111010111011000011111011110100011110011010111111 | ebb0fbd1e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)