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 | 襭倶灰跚 | 1110011001000010100010111110010010001010010001001110011011100111 | e6428be48a44e6e7 |
EUC-JP | 襭倶灰跚 | 1110101110100011101101101110011010110011101001011110110011101001 | eba3b6e6b3a5ece9 |
UTF-8 | 襭倶灰跚 | 111010001010010110101101111001011000000010110110111001111000000110110000111010001011011110011010 | e8a5ade580b6e781b0e8b79a |
UHC | ??灰? | 0011111100111111111111001110100100111111 | 3f3ffce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)