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 | 驍卓ゥ | 1110100110000010100100011110110010101001 | e98291eca9 |
EUC-JP | 驍卓ゥ | 111100011110001011000010111011101000111010101001 | f1e2c2ee8ea9 |
UTF-8 | 驍卓ゥ | 111010011010100110001101111001011000110110010011111011111011110110101001 | e9a98de58d93efbda9 |
UHC | 驍卓? | 1111110110100100111101101111000100111111 | fda4f6f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)