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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 撓??域?h | 1001110110011010001111110011111110001000111001100011111101101000 | 9d9a3f3f88e63f68 |
EUC-JP | 撓??域?h | 1101100111111010001111110011111110110000111010000011111101101000 | d9fa3f3fb0e83f68 |
UTF-8 | 撓딀첁域뗿h | 11100110100100101001001111101011100101001000000011101100101100101000000111100101100111111001111111101011100101111011111101101000 | e69293eb9480ecb281e59f9feb97bf68 |
UHC | 撓딀첁域뗿h | 1110100011110101100010101110011010101010100011101110011010110100100010111111111001101000 | e8f58ae6aa8ee6b48bfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)