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 | 鏑?憶?諄 | 1001001101001100001111111000100110101111001111111110011001111000 | 934c3f89af3fe678 |
EUC-JP | 鏑?憶?諄 | 1100010110101101001111111011001010110001001111111110101111011001 | c5ad3fb2b13febd9 |
UTF-8 | 鏑렭憶렖諄 | 111010011000111110010001111010111010000010101101111001101000011010110110111010111010000010010110111010001010101110000100 | e98f91eba0ade686b6eba096e8ab84 |
UHC | 鏑렭憶렖諄 | 11101110111010111000111010111010111001011110001110001110101010111110001011110100 | eeeb8ebae5e38eabe2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)