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 | 磁霑リ萇 | 111100001010011010001110101001011110100010111111110110001110010011000111 | f0a68ea5e8bfd8e4c7 |
EUC-JP | ?磁霑リ萇 | 001111111011110010100111111100001100000110001110110110001110100011001001 | 3fbca7f0c18ed8e8c9 |
UTF-8 | 磁霑リ萇 | 111011101000000110100101111001111010001110000001111010011001110010010001111011111011111010011000111010001001000010000111 | ee81a5e7a381e99c91efbe98e89087 |
UHC | ?磁霑?? | 00111111111011011011100011101111110001010011111100111111 | 3fedb8efc53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)