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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 椌泛^ | 1001111010011101100111111010000001011110 | 9e9d9fa05e |
EUC-JP | 椌泛^ | 1101101111111101110111101010001001011110 | dbfddea25e |
UTF-8 | 椌泛^ | 11100110101001001000110011100110101100111001101101011110 | e6a48ce6b39b5e |
UHC | ?泛^ | 00111111110110111111001001011110 | 3fdbf25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)