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 | 低羲∈^ | 10010010111000011110001110111010100000011011100001011110 | 92e1e3ba81b85e |
EUC-JP | 低羲∈^ | 11000100111000111110011010111100101000101011101001011110 | c4e3e6bca2ba5e |
UTF-8 | 低羲∈^ | 11100100101111011000111011100111101111101011001011100010100010001000100001011110 | e4bd8ee7beb2e288885e |
UHC | 低羲∈^ | 11101110101110001111110111111101101000011111010001011110 | eeb8fdfda1f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)