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 | 蕚榘^ | 11110111111101011110010011010100111110101110101101011110 | f7f5e4d4faeb5e |
EUC-JP | ?蕚榘^ | 00111111111010001101011010001111110001001101100101011110 | 3fe8d68fc4d95e |
UTF-8 | 蕚榘^ | 11101110100101111001100011101000100101011001101011100110101001101001100001011110 | ee9798e8959ae6a6985e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)