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 | 詹蕚榘^ | 11111011101001011110010011010100111110101110101101011110 | fba5e4d4faeb5e |
EUC-JP | 詹蕚榘^ | 100011111101110111101010111010001101011010001111110001001101100101011110 | 8fddeae8d68fc4d95e |
UTF-8 | 詹蕚榘^ | 11101000101010011011100111101000100101011001101011100110101001101001100001011110 | e8a9b9e8959ae6a6985e |
UHC | 詹??^ | 1111010011011010001111110011111101011110 | f4da3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)