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 | 耘?淋^ | 111000111100111100111111100101111101001001011110 | e3cf3f97d25e |
EUC-JP | 耘?淋^ | 111001101101000100111111110011101101010001011110 | e6d13fced45e |
UTF-8 | 耘븀淋^ | 11101000100000001001100011101011101110001000000011100110101101111000101101011110 | e88098ebb880e6b78b5e |
UHC | 耘븀淋^ | 11101001111111001011101011100111110101111111101001011110 | e9fcbae7d7fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)