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 | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-WIN | 蘇?K}蘇?K{^ | 1001000101101000001111110100101101111101100100010110100000111111010010110111101101011110 | 91683f4b7d91683f4b7b5e |
EUC-JP | 蘇?K}蘇?K{^ | 1100000111001001001111110100101101111101110000011100100100111111010010110111101101011110 | c1c93f4b7dc1c93f4b7b5e |
UTF-8 | 蘇뢩K}蘇뢩K{^ | 1110100010011000100001111110101110100010101010010100101101111101111010001001100010000111111010111010001010101001010010110111101101011110 | e89887eba2a94b7de89887eba2a94b7b5e |
UHC | 蘇뢩K}蘇뢩K{^ | 11100001110011001000111101101001010010110111110111100001110011001000111101101001010010110111101101011110 | e1cc8f694b7de1cc8f694b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)