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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 郢シ萓カ^ | 11100111101110011011110011100100101111101011011001011110 | e7b9bce4beb65e |
EUC-JP | 郢シ萓カ^ | 111011101011101110001110101111001110100011000000100011101011011001011110 | eebb8ebce8c08eb65e |
UTF-8 | 郢シ萓カ^ | 11101001100000111010001011101111101111011011110011101000100100001001001111101111101111011011011001011110 | e983a2efbdbce89093efbdb65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)