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 | 鈞夂」 | 1110011111100000100110101110011110100011 | e7e09ae7a3 |
EUC-JP | 鈞夂」 | 111011101110001011010100111010011000111010100011 | eee2d4e98ea3 |
UTF-8 | 鈞夂」 | 111010011000100010011110111001011010010010000010111011111011110110100011 | e9889ee5a482efbda3 |
UHC | 鈞?? | 11010000101101110011111100111111 | d0b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)