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 | 儀竟? | 1000101101010110111010001110110100111111 | 8b56e8ed3f |
EUC-JP | 儀竟? | 1011010110110111111100001110111100111111 | b5b7f0ef3f |
UTF-8 | 儀竟많 | 111001011000010010000000111001111010101110011111111010111010011110001110 | e58480e7ab9feba78e |
UHC | 儀竟많 | 111010111111000011001100111001011011100010111001 | ebf0cce5b8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)