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 | 韃磯が葯 | 1110100011100101100010001110100110000010101010101110010011011110 | e8e588e982aae4de |
EUC-JP | 韃磯が葯 | 1111000011100111101100001110101110100100101011001110100011100000 | f0e7b0eba4ace8e0 |
UTF-8 | 韃磯が葯 | 111010011001111110000011111001111010001110101111111000111000000110001100111010001001000110101111 | e99f83e7a3afe3818ce891af |
UHC | ?磯が葯 | 00111111110100011011010010101010101011001110010110110101 | 3fd1b4aaace5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)