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 | 11100111100110111011010001010000011010000101010001000010 | e79bb450685442 |
SJIS-WIN | ??´PhTB | 0011111100111111100000010100110001010000011010000101010001000010 | 3f3f814c50685442 |
EUC-JP | ç?´PhTB | 10001111101010111010111000111111101000011010110101010000011010000101010001000010 | 8fabae3fa1ad50685442 |
UTF-8 | ç´PhTB | 11000011101001111100001010011011110000101011010001010000011010000101010001000010 | c3a7c29bc2b450685442 |
UHC | ??´PhTB | 0011111100111111101000101010010101010000011010000101010001000010 | 3f3fa2a550685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)