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 | 邀秘㊧ | 111001111011000110010100111010011000011110001000 | e7b194e98788 |
EUC-JP | 邀秘? | 1110111010110011110010001110101100111111 | eeb3c8eb3f |
UTF-8 | 邀秘㊧ | 111010011000001010000000111001111010011110011000111000111000101010100111 | e98280e7a798e38aa7 |
UHC | 邀秘? | 1110100110101101110111011111101000111111 | e9adddfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)