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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 帽゚サ瞿 | 100101100101100011011111101110111110000111011000 | 9658dfbbe1d8 |
EUC-JP | 帽゚サ瞿 | 1100101110111001100011101101111110001110101110111110001011011010 | cbb98edf8ebbe2da |
UTF-8 | 帽゚サ瞿 | 111001011011100010111101111011111011111010011111111011111011110110111011111001111001111010111111 | e5b8bdefbe9fefbdbbe79ebf |
UHC | 帽??瞿 | 110110011011011000111111001111111100111110111010 | d9b63f3fcfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)