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 | 簇麥? | 1110001011000110111010100110110100111111 | e2c6ea6d3f |
EUC-JP | 簇麥? | 1110010011001000111100111100111000111111 | e4c8f3ce3f |
UTF-8 | 簇麥렕 | 111001111011000010000111111010011011101010100101111010111010000010010101 | e7b087e9baa5eba095 |
UHC | 簇麥렕 | 111100001110101011011000111010101000111010101010 | f0ead8ea8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)