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¶ûÀµB | 111110110101010010001110101101101111101111000000100011101011010101000010 | fb548eb6fbc08eb542 |
SJIS-WIN | ?T?¶????B | 00111111010101000011111110000001111101110011111100111111001111110011111101000010 | 3f543f81f73f3f3f3f42 |
EUC-JP | ûT?¶ûÀ??B | 10001111101010111110010101010100001111111010001011111001100011111010101111100101100011111010101010100010001111110011111101000010 | 8fabe5543fa2f98fabe58faaa23f3f42 |
UTF-8 | ûT¶ûÀµB | 11000011101110110101010011000010100011101100001010110110110000111011101111000011100000001100001010001110110000101011010101000010 | c3bb54c28ec2b6c3bbc380c28ec2b542 |
UHC | ?T?¶????B | 00111111010101000011111110100010110100100011111100111111001111110011111101000010 | 3f543fa2d23f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)