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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 恁團恁團^ | 100111001000110010011010101000111001110010001100100110101010001101011110 | 9c8c9aa39c8c9aa35e |
EUC-JP | 恁團恁團^ | 110101111110110011010100101001011101011111101100110101001010010101011110 | d7ecd4a5d7ecd4a55e |
UTF-8 | 恁團恁團^ | 11100110100000011000000111100101100111001001100011100110100000011000000111100101100111001001100001011110 | e68181e59c98e68181e59c985e |
UHC | 恁團恁團^ | 111011001111011011010011101001011110110011110110110100111010010101011110 | ecf6d3a5ecf6d3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)