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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 轝?Œ?? | 100011111110000110101010001111111000111110101001101011010011111100111111 | 8fe1aa3f8fa9ad3f3f |
UTF-8 | 轝뀀Œ溜꿁 | 1110100010111101100111011110101110000000100000001100010110010010111011111010011110001011111010101011111110000001 | e8bd9deb8080c592efa78beabf81 |
UHC | 轝뀀Œ溜꿁 | 11100110101011001011001011101011101010001010101111101010111111101000010101000010 | e6acb2eba8abeafe8542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)