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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 嶢?咫?\ | 10011011110100000011111110011010010000000011111101011100 | 9bd03f9a403f5c |
EUC-JP | 嶢?咫?\ | 11010110110100100011111111010011101000010011111101011100 | d6d23fd3a13f5c |
UTF-8 | 嶢렖咫렡\ | 11100101101101101010001011101011101000001001011011100101100100101010101111101011101000001010000101011100 | e5b6a2eba096e592abeba0a15c |
UHC | 嶢렖咫렡\ | 111010001111001010001110101010111111001010100001100011101011001001011100 | e8f28eabf2a18eb25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)