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 | "コ靨ヲ韈 | 1111101001010111101110101110100011010010101001101110100011100111 | fa57bae8d2a6e8e7 |
EUC-JP | ?コ靨ヲ韈 | 001111111000111010111010111100001101010010001110101001101111000011101001 | 3f8ebaf0d48ea6f0e9 |
UTF-8 | "コ靨ヲ韈 | 111011111011110010000010111011111011110110111010111010011001110110101000111011111011110110100110111010011001111110001000 | efbc82efbdbae99da8efbda6e99f88 |
UHC | "???? | 101000111010001000111111001111110011111100111111 | a3a23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)