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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 貞瓏儉^ | 10010010111001011110000011111010100110010100110001011110 | 92e5e0fa994c5e |
EUC-JP | 貞瓏儉^ | 11000100111001111110000011111100110100011010110101011110 | c4e7e0fcd1ad5e |
UTF-8 | 貞瓏儉^ | 11101000101100101001111011100111100100111000111111100101100001001000100101011110 | e8b29ee7938fe584895e |
UHC | 貞瓏儉^ | 11101111111101101101011011101010110010111111101101011110 | eff6d6eacbfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)