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 | 霈願シ | 1110100010111100100010101110100010111100 | e8bc8ae8bc |
EUC-JP | 霈願シ | 111100001011111010110100111010101000111010111100 | f0beb4ea8ebc |
UTF-8 | 霈願シ | 111010011001110010001000111010011010000110011000111011111011110110111100 | e99c88e9a198efbdbc |
UHC | ?願? | 00111111111010101100001100111111 | 3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)