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 | 籖牋鬻 | 111000101101110111100000101011101110001011110110 | e2dde0aee2f6 |
EUC-JP | 籖牋鬻 | 111001001101111111100000101100001110010011111000 | e4dfe0b0e4f8 |
UTF-8 | 籖牋鬻 | 111001111011000110010110111001111000100110001011111010011010110010111011 | e7b196e7898be9acbb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)