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¶ûX¢ | 1111101101010100100011101011011011111011010110001000111010100010 | fb548eb6fb588ea2 |
SJIS-WIN | ?T?¶?X?¢ | 00111111010101000011111110000001111101110011111101011000001111111000000110010001 | 3f543f81f73f583f8191 |
EUC-JP | ûT?¶ûX?¢ | 1000111110101011111001010101010000111111101000101111100110001111101010111110010101011000001111111010000111110001 | 8fabe5543fa2f98fabe5583fa1f1 |
UTF-8 | ûT¶ûX¢ | 1100001110111011010101001100001010001110110000101011011011000011101110110101100011000010100011101100001010100010 | c3bb54c28ec2b6c3bb58c28ec2a2 |
UHC | ?T?¶?X?? | 001111110101010000111111101000101101001000111111010110000011111100111111 | 3f543fa2d23f583f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)