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 | Oû{TB | 1001011101001111100110011111101110011111011110110101010001000010 | 974f99fb9f7b5442 |
SJIS-WIN | ?O???{TB | 0011111101001111001111110011111100111111011110110101010001000010 | 3f4f3f3f3f7b5442 |
EUC-JP | ?O?û?{TB | 00111111010011110011111110001111101010111110010100111111011110110101010001000010 | 3f4f3f8fabe53f7b5442 |
UTF-8 | Oû{TB | 110000101001011101001111110000101001100111000011101110111100001010011111011110110101010001000010 | c2974fc299c3bbc29f7b5442 |
UHC | ?O???{TB | 0011111101001111001111110011111100111111011110110101010001000010 | 3f4f3f3f3f7b5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)