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 | 霑「螳域兜 | 111010001011111110100010111001011010111010001000111001101000101010010101 | e8bfa2e5ae88e68a95 |
EUC-JP | 霑「螳域兜 | 11110000110000011000111010100010111010101011000010110000111010001011001111110101 | f0c18ea2eab0b0e8b3f5 |
UTF-8 | 霑「螳域兜 | 111010011001110010010001111011111011110110100010111010001001111010110011111001011001111110011111111001011000010110011100 | e99c91efbda2e89eb3e59f9fe5859c |
UHC | 霑?螳域兜 | 111011111100010100111111110100111101100111100110101101001101010011011111 | efc53fd3d9e6b4d4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)