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 | 悉?? | 10001110101110110011111100111111 | 8ebb3f3f |
EUC-JP | 悉?? | 10111100101111010011111100111111 | bcbd3f3f |
UTF-8 | 悉럢궏 | 111001101000001010001001111010111001111110100010111010101011011010001111 | e68289eb9fa2eab68f |
UHC | 悉럢궏 | 111000111111101010001110100001011000001010100101 | e3fa8e8582a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)