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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邊剩 | 11100111101100101001100110010100 | e7b29994 |
EUC-JP | 邊剩 | 11101110101101001101000111110100 | eeb4d1f4 |
UTF-8 | 邊剩 | 111010011000001010001010111001011000100110101001 | e9828ae589a9 |
UHC | 邊剩 | 11011100101010111110110110100101 | dcabeda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)