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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?レ?矣 | 001111111000001110001100001111111110000111100001 | 3f838c3fe1e1 |
EUC-JP | 薏レ?矣 | 1000111111011001110111101010010111101100001111111110001011100011 | 8fd9dea5ec3fe2e3 |
UTF-8 | 薏レ쓳矣 | 111010001001011010001111111000111000001110101100111011001001001110110011111001111001111110100011 | e8968fe383acec93b3e79fa3 |
UHC | 薏レ쓳矣 | 1110101111111011101010111110110010011101100100011110101111111000 | ebfbabec9d91ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)