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 | 攸??^ | 1001110110111111001111110011111101011110 | 9dbf3f3f5e |
EUC-JP | 攸??^ | 1101101011000001001111110011111101011110 | dac13f3f5e |
UTF-8 | 攸믪꽓^ | 11100110100101001011100011101011101011111010101011101010101111011001001101011110 | e694b8ebafaaeabd935e |
UHC | 攸믪꽓^ | 11101010111100101001001011101100100001001010001001011110 | eaf292ec84a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)