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 | 襭究灰赱 | 1110011001000010100010111000011010001010010001001110011011011111 | e6428b868a44e6df |
EUC-JP | 襭究灰赱 | 1110101110100011101101011110011010110011101001011110110011100001 | eba3b5e6b3a5ece1 |
UTF-8 | 襭究灰赱 | 111010001010010110101101111001111010100110110110111001111000000110110000111010001011010110110001 | e8a5ade7a9b6e781b0e8b5b1 |
UHC | ?究灰? | 001111111100111110111100111111001110100100111111 | 3fcfbcfce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)