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 | çæ PhTB | 11100111111001101000010101010000011010000101010001000010 | e7e68550685442 |
SJIS-WIN | ???PhTB | 00111111001111110011111101010000011010000101010001000010 | 3f3f3f50685442 |
EUC-JP | çæ?PhTB | 1000111110101011101011101000111110101001110000010011111101010000011010000101010001000010 | 8fabae8fa9c13f50685442 |
UTF-8 | çæ PhTB | 11000011101001111100001110100110110000101000010101010000011010000101010001000010 | c3a7c3a6c28550685442 |
UHC | ?æ?PhTB | 0011111110101001101000010011111101010000011010000101010001000010 | 3fa9a13f50685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)