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 | 壓?樟矜 | 10011010110110000011111110001111101111101110000111100000 | 9ad83f8fbee1e0 |
EUC-JP | 壓?樟矜 | 11010100110110100011111110111110110000001110001011100010 | d4da3fbec0e2e2 |
UTF-8 | 壓렍樟矜 | 111001011010001110010011111010111010000010001101111001101010100010011111111001111001111110011100 | e5a393eba08de6a89fe79f9c |
UHC | 壓렍樟矜 | 1110010011100010100011101010001111101101111010011101000011101000 | e4e28ea3ede9d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)