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 | 也よ?^ | 100101101110011110000010111001100011111101011110 | 96e782e63f5e |
EUC-JP | 也よ?^ | 110011001110100110100100111010000011111101011110 | cce9a4e83f5e |
UTF-8 | 也よ퀕^ | 11100100101110011001111111100011100000101000100011101101100000001001010101011110 | e4b99fe38288ed80955e |
UHC | 也よ퀕^ | 11100101101001011010101011101000101100111000101001011110 | e5a5aae8b38a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)