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 | 鬻粨鬻 | 111000101111011011100010111010001110001011110110 | e2f6e2e8e2f6 |
EUC-JP | 鬻粨鬻 | 111001001111100011100100111010101110010011111000 | e4f8e4eae4f8 |
UTF-8 | 鬻粨鬻 | 111010011010110010111011111001111011001010101000111010011010110010111011 | e9acbbe7b2a8e9acbb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)