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 | 臟??饒? | 11100100011001100011111100111111111010010110000000111111 | e4663f3fe9603f |
EUC-JP | 臟??饒? | 11100111110001110011111100111111111100011100000100111111 | e7c73f3ff1c13f |
UTF-8 | 臟뤹윢饒륅 | 111010001000011110011111111010111010010010111001111011001001110010100010111010011010010110010010111010111010010110000101 | e8879feba4b9ec9ca2e9a592eba585 |
UHC | 臟뤹윢饒륅 | 11101101111101001000111111100111100111111010001111101001101011101000111111101111 | edf48fe79fa3e9ae8fef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)