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 | 髮ゥ邊 | 1110100110011011101010011110011110110010 | e99ba9e7b2 |
EUC-JP | 髮ゥ邊 | 111100011111101110001110101010011110111010110100 | f1fb8ea9eeb4 |
UTF-8 | 髮ゥ邊 | 111010011010101110101110111011111011110110101001111010011000001010001010 | e9abaeefbda9e9828a |
UHC | 髮?邊 | 1101101110100101001111111101110010101011 | dba53fdcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)