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 | 襭球稀紮 | 1110011001000010100010111000010110001011010010001110001101000110 | e6428b858b48e346 |
EUC-JP | 襭球稀紮 | 1110101110100011101101011110010110110101101010011110010110100111 | eba3b5e5b5a9e5a7 |
UTF-8 | 襭球稀紮 | 111010001010010110101101111001111001000010000011111001111010100010000000111001111011010010101110 | e8a5ade79083e7a880e7b4ae |
UHC | ?球稀紮 | 00111111110011111011100111111101111111001111001111001111 | 3fcfb9fdfcf3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)