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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 萓晢ス伎エゥ | 111001001011111010011101111011111011110110001010111010101011010010101001 | e4be9defbd8aeab4a9 |
EUC-JP | 萓晢ス伎エゥ | 111010001100000011011010111100011000111010111101101101001110110010001110101101001000111010101001 | e8c0daf18ebdb4ec8eb48ea9 |
UTF-8 | 萓晢ス伎エゥ | 111010001001000010010011111001101001100110100010111011111011110110111101111001001011110010001110111011111011110110110100111011111011110110101001 | e89093e699a2efbdbde4bc8eefbdb4efbda9 |
UHC | ???伎?? | 00111111001111110011111111010000111010110011111100111111 | 3f3f3fd0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)