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 | 蟒エ髴 | 1110010110111011101101001110100110011100 | e5bbb4e99c |
EUC-JP | 蟒エ髴 | 111010101011110110001110101101001111000111111100 | eabd8eb4f1fc |
UTF-8 | 蟒エ髴 | 111010001001111110010010111011111011110110110100111010011010101110110100 | e89f92efbdb4e9abb4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)