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 | 魚????? | 10001011100110110011111100111111001111110011111100111111 | 8b9b3f3f3f3f3f |
EUC-JP | 魚????ı | 101101011111101100111111001111110011111100111111100011111010100111000101 | b5fb3f3f3f3f8fa9c5 |
UTF-8 | 魚쏁릊溜깅ı | 1110100110101101100110101110110010001111100000011110101110100110100010101110111110100111100010111110101010111001100001011100010010110001 | e9ad9aec8f81eba68aefa78beab985c4b1 |
UHC | 魚쏁릊溜깅ı | 111001011110000010011011111001111011100010101011111010101111111010110001111010111010100110100101 | e5e09be7b8abeafeb1eba9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)