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 | 繒貊??? | 11111011100011111110011010111011001111110011111100111111 | fb8fe6bb3f3f3f |
EUC-JP | 繒貊??? | 1000111111010100110101001110110010111101001111110011111100111111 | 8fd4d4ecbd3f3f3f |
UTF-8 | 繒貊렜계섐 | 111001111011100110010010111010001011001010001010111010111010000010011100111010101011001110000100111011001000010010010000 | e7b992e8b28aeba09ceab384ec8490 |
UHC | 繒貊렜계섐 | 11110001111110011101100011100111100011101010111010110000111010001011110010101011 | f1f9d8e78eaeb0e8bcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)