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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀秘㊧遘ー | 111001111011000110010100111010011000011110001000111001111010011110110000 | e7b194e98788e7a7b0 |
EUC-JP | 邀秘?遘ー | 111011101011001111001000111010110011111111101110101010011000111010110000 | eeb3c8eb3feea98eb0 |
UTF-8 | 邀秘㊧遘ー | 111010011000001010000000111001111010011110011000111000111000101010100111111010011000000110011000111011111011110110110000 | e98280e7a798e38aa7e98198efbdb0 |
UHC | 邀秘??? | 11101001101011011101110111111010001111110011111100111111 | e9adddfa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)