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 | ?賣鮴 | 0011111111100110110011001110100110111110 | 3fe6cce9be |
EUC-JP | 澰賣鮴 | 10001111110010001111011111101100110011101111001011000000 | 8fc8f7eccef2c0 |
UTF-8 | 澰賣鮴 | 111001101011111010110000111010001011001110100011111010011010111010110100 | e6beb0e8b3a3e9aeb4 |
UHC | ?賣? | 00111111110110001110001100111111 | 3fd8e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)