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¢T¢B | 100100100101010010010001101000101001001001010100100100011010001001000010 | 925491a2925491a242 |
SJIS-WIN | ?T?¢?T?¢B | 0011111101010100001111111000000110010001001111110101010000111111100000011001000101000010 | 3f543f81913f543f819142 |
EUC-JP | ?T?¢?T?¢B | 0011111101010100001111111010000111110001001111110101010000111111101000011111000101000010 | 3f543fa1f13f543fa1f142 |
UTF-8 | T¢T¢B | 110000101001001001010100110000101001000111000010101000101100001010010010010101001100001010010001110000101010001001000010 | c29254c291c2a2c29254c291c2a242 |
UHC | ?T???T??B | 001111110101010000111111001111110011111101010100001111110011111101000010 | 3f543f3f3f543f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)