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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | リ靂ロリ靂ロ^ | 110110001110100011001100110110111101100011101000110011001101101101011110 | d8e8ccdbd8e8ccdb5e |
EUC-JP | リ靂ロリ靂ロ^ | 10001110110110001111000011001110100011101101101110001110110110001111000011001110100011101101101101011110 | 8ed8f0ce8edb8ed8f0ce8edb5e |
UTF-8 | リ靂ロリ靂ロ^ | 11101111101111101001100011101001100111011000001011101111101111101001101111101111101111101001100011101001100111011000001011101111101111101001101101011110 | efbe98e99d82efbe9befbe98e99d82efbe9b5e |
UHC | ?靂??靂?^ | 001111111101010111111010001111110011111111010101111110100011111101011110 | 3fd5fa3f3fd5fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)