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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 姨?\ | 10011011010010000011111101011100 | 9b483f5c |
EUC-JP | 姨?\ | 11010101101010010011111101011100 | d5a93f5c |
UTF-8 | 姨렋\ | 11100101101001111010100011101011101000001000101101011100 | e5a7a8eba08b5c |
UHC | 姨렋\ | 1110110010101001100011101010001001011100 | eca98ea25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)