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 | 炅ロシ炅ロシ^ | 111110110101000111011011101111001111101101010001110110111011110001011110 | fb51dbbcfb51dbbc5e |
EUC-JP | 炅ロシ炅ロシ^ | 100011111100100111001010100011101101101110001110101111001000111111001001110010101000111011011011100011101011110001011110 | 8fc9ca8edb8ebc8fc9ca8edb8ebc5e |
UTF-8 | 炅ロシ炅ロシ^ | 11100111100000101000010111101111101111101001101111101111101111011011110011100111100000101000010111101111101111101001101111101111101111011011110001011110 | e78285efbe9befbdbce78285efbe9befbdbc5e |
UHC | 炅??炅??^ | 110011001101110100111111001111111100110011011101001111110011111101011110 | ccdd3f3fccdd3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)