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âµ | 1100110110110000010101001110001010110101 | cdb054e2b5 |
SJIS-WIN | ?°T?? | 001111111000000110001011010101000011111100111111 | 3f818b543f3f |
EUC-JP | Í°Tâ? | 10001111101010101011111110100001111010110101010010001111101010111010010000111111 | 8faabfa1eb548faba43f |
UTF-8 | Í°Tâµ | 110000111000110111000010101100000101010011000011101000101100001010110101 | c38dc2b054c3a2c2b5 |
UHC | ?°T?? | 001111111010000111000110010101000011111100111111 | 3fa1c6543f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)