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 | 荐笈或 | 111001001010011010001011100010001000100010111101 | e4a68b8888bd |
EUC-JP | 荐笈或 | 111010001010100010110101111010001011000010111111 | e8a8b5e8b0bf |
UTF-8 | 荐笈或 | 111010001000110110010000111001111010110010001000111001101000100010010110 | e88d90e7ac88e68896 |
UHC | ??或 | 00111111001111111111101111100100 | 3f3ffbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)