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 | 簣辞紗 | 111000101100110110001110101010111000111011010001 | e2cd8eab8ed1 |
EUC-JP | 簣辞紗 | 111001001100111110111100101011011011110011010011 | e4cfbcadbcd3 |
UTF-8 | 簣辞紗 | 111001111011000010100011111010001011111010011110111001111011010010010111 | e7b0a3e8be9ee7b497 |
UHC | ??紗 | 00111111001111111101111011101001 | 3f3fdee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)