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 | 蟯奉殤 | 111001011011001010010101111100101001111101101110 | e5b295f29f6e |
EUC-JP | 蟯奉殤 | 111010101011010011001010111101001101110111001111 | eab4caf4ddcf |
UTF-8 | 蟯奉殤 | 111010001001111110101111111001011010010110001001111001101010111010100100 | e89fafe5a589e6aea4 |
UHC | 蟯奉? | 1110100110101000110111001110010100111111 | e9a8dce53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)