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 | ûT¤ûN | 111110110101010010001110101001001111101101001110 | fb548ea4fb4e |
SJIS-WIN | ?T???N | 001111110101010000111111001111110011111101001110 | 3f543f3f3f4e |
EUC-JP | ûT?¤ûN | 100011111010101111100101010101000011111110001111101000101111000010001111101010111110010101001110 | 8fabe5543f8fa2f08fabe54e |
UTF-8 | ûT¤ûN | 11000011101110110101010011000010100011101100001010100100110000111011101101001110 | c3bb54c28ec2a4c3bb4e |
UHC | ?T?¤?N | 00111111010101000011111110100010101101000011111101001110 | 3f543fa2b43f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)