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 | 1110011011110011101001111110100010011100101101000101001001000101 | e6f3a7e89cb45245 |
EUC-JP | 跿ァ陷エRE | 11101100111101011000111010100111111011111111110010001110101101000101001001000101 | ecf58ea7effc8eb45245 |
UTF-8 | 跿ァ陷エRE | 1110100010110111101111111110111110111101101001111110100110011001101101111110111110111101101101000101001001000101 | e8b7bfefbda7e999b7efbdb45245 |
UHC | ??陷?RE | 00111111001111111111100111101000001111110101001001000101 | 3f3ff9e83f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)