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 | âbéîRT | 111000100110001011101001111011100101001001010100 | e262e9ee5254 |
SJIS-WIN | ?b??RT | 001111110110001000111111001111110101001001010100 | 3f623f3f5254 |
EUC-JP | âbéîRT | 100011111010101110100100011000101000111110101011101100011000111110101011110000100101001001010100 | 8faba4628fabb18fabc25254 |
UTF-8 | âbéîRT | 110000111010001001100010110000111010100111000011101011100101001001010100 | c3a262c3a9c3ae5254 |
UHC | ?b??RT | 001111110110001000111111001111110101001001010100 | 3f623f3f5254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)