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 | 罨蛾┏ | 111000111010101010001001111010011000010010101100 | e3aa89e984ac |
EUC-JP | 罨蛾┏ | 111001101010110010110010111010111010100010101110 | e6acb2eba8ae |
UTF-8 | 罨蛾┏ | 111001111011110110101000111010001001101110111110111000101001010010001111 | e7bda8e89bbee2948f |
UHC | ?蛾┏ | 0011111111100100101101101010011010101110 | 3fe4b6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)