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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 逡ァ陷エRE | 1110011110010101101001111110100010011100101101000101001001000101 | e795a7e89cb45245 |
EUC-JP | 逡ァ陷エRE | 11101101111101011000111010100111111011111111110010001110101101000101001001000101 | edf58ea7effc8eb45245 |
UTF-8 | 逡ァ陷エRE | 1110100110000000101000011110111110111101101001111110100110011001101101111110111110111101101101000101001001000101 | e980a1efbda7e999b7efbdb45245 |
UHC | 逡?陷?RE | 1111000111100100001111111111100111101000001111110101001001000101 | f1e43ff9e83f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)