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 | 璽湿磁篠^ | 100011101010001110001110101111001000111010100101100011101100001001011110 | 8ea38ebc8ea58ec25e |
EUC-JP | 璽湿磁篠^ | 101111001010010110111100101111101011110010100111101111001100010001011110 | bca5bcbebca7bcc45e |
UTF-8 | 璽湿磁篠^ | 11100111100100101011110111100110101110011011111111100111101000111000000111100111101011111010000001011110 | e792bde6b9bfe7a381e7afa05e |
UHC | 璽?磁篠^ | 1101111111011110001111111110110110111000111000011100011001011110 | dfde3fedb8e1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)