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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陷贋ソカ邇③ | 11101000100111001000101011100100101111111011011011100111100011101000011101000010 | e89c8ae4bfb6e78e8742 |
EUC-JP | 陷贋ソカ邇? | 1110111111111100101101001110011010001110101111111000111010110110111011011110111000111111 | effcb4e68ebf8eb6edee3f |
UTF-8 | 陷贋ソカ邇③ | 111010011001100110110111111010001011010010001011111011111011110110111111111011111011110110110110111010011000001010000111111000101001000110100010 | e999b7e8b48befbdbfefbdb6e98287e291a2 |
UHC | 陷???邇③ | 111110011110100000111111001111110011111111101100110001001010100011101001 | f9e83f3f3fecc4a8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)