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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 聽城宛亅 | 1110001111100011100011111110100110001000101101101001100010101011 | e3e38fe988b698ab |
EUC-JP | 聽城宛亅 | 1110011011100101101111101110101110110000101110001101000010101101 | e6e5beebb0b8d0ad |
UTF-8 | 聽城宛亅 | 111010001000000110111101111001011001111110001110111001011010111010011011111001001011101010000101 | e881bde59f8ee5ae9be4ba85 |
UHC | 聽城宛? | 11110100111010011110000011110010111010001100100000111111 | f4e9e0f2e8c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)