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 | 裁?蘖? | 100011011101100100111111100111110101000000111111 | 8dd93f9f503f |
EUC-JP | 裁?蘖? | 101110101101101100111111110111011011000100111111 | badb3fddb13f |
UTF-8 | 裁렢蘖빰 | 111010001010001110000001111010111010000010100010111010001001100010010110111010111011100110110000 | e8a381eba0a2e89896ebb9b0 |
UHC | 裁렢蘖빰 | 1110111010101110100011101011001111100101111011101011101110100011 | eeae8eb3e5eebba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)