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 | 隘∵㊧ | 111010001010010110000001111001101000011110001000 | e8a581e68788 |
EUC-JP | 隘∵? | 1111000010100111101000101110100000111111 | f0a7a2e83f |
UTF-8 | 隘∵㊧ | 111010011001101010011000111000101000100010110101111000111000101010100111 | e99a98e288b5e38aa7 |
UHC | 隘∵? | 1110010011110110101000011111000100111111 | e4f6a1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)