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 | 題頭??? | 10010001111010001001001110101010001111110011111100111111 | 91e893aa3f3f3f |
EUC-JP | 題頭?洹? | 110000101110101011000110101011000011111110001111110001111011101000111111 | c2eac6ac3f8fc7ba3f |
UTF-8 | 題頭딧洹렞 | 111010011010000110001100111010011010000010101101111010111001010010100111111001101011010010111001111010111010000010011110 | e9a18ce9a0adeb94a7e6b4b9eba09e |
UHC | 題頭딧洹렞 | 11110000101110011101010011101001101101011111011111101010101101111000111010101111 | f0b9d4e9b5f7eab78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)