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 | 疫??^ | 1000100101110101001111110011111101011110 | 89753f3f5e |
EUC-JP | 疫??^ | 1011000111010110001111110011111101011110 | b1d63f3f5e |
UTF-8 | 疫쏁윮^ | 11100111100101101010101111101100100011111000000111101100100111001010111001011110 | e796abec8f81ec9cae5e |
UHC | 疫쏁윮^ | 11100110101110011001101111100111100111111010110101011110 | e6b99be79fad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)