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 | 汯 | 111110101111100011110011101101001111001011110000 | faf8f3b4f2f0 |
EUC-JP | 汯?? | 1000111111000110111000110011111100111111 | 8fc6e33f3f |
UTF-8 | 汯 | 111001101011000110101111111011101000101010100111111011101000100010100111 | e6b1afee8aa7ee88a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)