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 | 簫簧捨 | 111000101101001011100010110011101000111011001100 | e2d2e2ce8ecc |
EUC-JP | 簫簧捨 | 111001001101010011100100110100001011110011001110 | e4d4e4d0bcce |
UTF-8 | 簫簧捨 | 111001111011000010101011111001111011000010100111111001101000110110101000 | e7b0abe7b0a7e68da8 |
UHC | 簫簧捨 | 111000011100011111111100110101111101111011010111 | e1c7fcd7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)