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 | 奬?鬱?\ | 10011010111110110011111110011111010101000011111101011100 | 9afb3f9f543f5c |
EUC-JP | 奬?鬱?\ | 11010100111111010011111111011101101101010011111101011100 | d4fd3fddb53f5c |
UTF-8 | 奬렯鬱렠\ | 11100101101001011010110011101011101000001010111111101001101011001011000111101011101000001010000001011100 | e5a5aceba0afe9acb1eba0a05c |
UHC | 奬렯鬱렠\ | 111011011110000110001110101111001110101010100110100011101011000101011100 | ede18ebceaa68eb15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)