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û²TB | 111110111011001010001111010101001111101110110010100011110101010001000010 | fbb28f54fbb28f5442 |
SJIS-WIN | ???T???TB | 001111110011111100111111010101000011111100111111001111110101010001000010 | 3f3f3f543f3f3f5442 |
EUC-JP | û??Tû??TB | 10001111101010111110010100111111001111110101010010001111101010111110010100111111001111110101010001000010 | 8fabe53f3f548fabe53f3f5442 |
UTF-8 | û²Tû²TB | 110000111011101111000010101100101100001010001111010101001100001110111011110000101011001011000010100011110101010001000010 | c3bbc2b2c28f54c3bbc2b2c28f5442 |
UHC | ?²?T?²?TB | 0011111110101001111101110011111101010100001111111010100111110111001111110101010001000010 | 3fa9f73f543fa9f73f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)