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 | 中聾? | 1001001010000110100110000101011100111111 | 928698573f |
EUC-JP | 中聾? | 1100001111100110110011111011100000111111 | c3e6cfb83f |
UTF-8 | 中聾렫 | 111001001011100010101101111010001000000110111110111010111010000010101011 | e4b8ade881beeba0ab |
UHC | 中聾렫 | 111100011110100111010110111011001000111010111001 | f1e9d6ec8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)