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 | 竪惜箒獸 | 1001001001000111100100001100100111100010101101001110000011010111 | 924790c9e2b4e0d7 |
EUC-JP | 竪惜箒獸 | 1100001110101000110000001100101111100100101101101110000011011001 | c3a8c0cbe4b6e0d9 |
UTF-8 | 竪惜箒獸 | 111001111010101110101010111001101000001110011100111001111010111010010010111001111000110110111000 | e7abaae6839ce7ae92e78db8 |
UHC | 竪惜?獸 | 11100010101101011110000010101101001111111110001010101110 | e2b5e0ad3fe2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)