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? | 0011111100111111001111110101010000111111 | 3f3f3f543f |
SJIS-WIN | 絶??T掌 | 10010000111000100011111100111111010101001000111110110110 | 90e23f3f548fb6 |
EUC-JP | 絶??T掌 | 11000000111001000011111100111111010101001011111010111000 | c0e43f3f54beb8 |
UTF-8 | 絶볩슝T掌 | 11100111101101011011011011101011101100111010100111101100100010101001110101010100111001101000111010001100 | e7b5b6ebb3a9ec8a9d54e68e8c |
UHC | 絶볩슝T掌 | 111011111011111010010011111011111011110110111001010101001110110111100110 | efbe93efbdb954ede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)