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 | 蠢後い | 111001011011111110001100111000111000001010100010 | e5bf8ce382a2 |
EUC-JP | 蠢後い | 111010101100000110111000111001011010010010100100 | eac1b8e5a4a4 |
UTF-8 | 蠢後い | 111010001010000010100010111001011011111010001100111000111000000110000100 | e8a0a2e5be8ce38184 |
UHC | 蠢後い | 111100011110001111111101101011011010101010100100 | f1e3fdadaaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)