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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 霈願 | 11101000101111001000101011101000 | e8bc8ae8 |
EUC-JP | 霈願 | 11110000101111101011010011101010 | f0beb4ea |
UTF-8 | 霈願 | 111010011001110010001000111010011010000110011000 | e99c88e9a198 |
UHC | ?願 | 001111111110101011000011 | 3feac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)