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 | ??×^ | 00111111001111111101011101011110 | 3f3fd75e |
SJIS-WIN | 弍畚×^ | 10011000101011111110000101011100100000010111111001011110 | 98afe15c817e5e |
EUC-JP | 弍畚×^ | 11010000101100011110000110111101101000011101111101011110 | d0b1e1bda1df5e |
UTF-8 | 弍畚×^ | 111001011011110010001101111001111001010110011010110000111001011101011110 | e5bc8de7959ac3975e |
UHC | ??×^ | 0011111100111111101000011011111101011110 | 3f3fa1bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)