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¢è¼ | 111110110101010010001110101000101110100010111100 | fb548ea2e8bc |
SJIS-WIN | ?T?¢?? | 00111111010101000011111110000001100100010011111100111111 | 3f543f81913f3f |
EUC-JP | ûT?¢è? | 1000111110101011111001010101010000111111101000011111000110001111101010111011001000111111 | 8fabe5543fa1f18fabb23f |
UTF-8 | ûT¢è¼ | 1100001110111011010101001100001010001110110000101010001011000011101010001100001010111100 | c3bb54c28ec2a2c3a8c2bc |
UHC | ?T???¼ | 00111111010101000011111100111111001111111010100011111001 | 3f543f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)