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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訒・蠑情∵ | 111110111010001110100101111001011011110010001111111011101000000111100110 | fba3a5e5bc8fee81e6 |
EUC-JP | 訒・蠑情∵ | 1000111111011101110010001000111010100101111010101011111010111110111100001010001011101000 | 8fddc88ea5eabebef0a2e8 |
UTF-8 | 訒・蠑情∵ | 111010001010100010010010111011111011110110100101111010001010000010010001111001101000001110000101111000101000100010110101 | e8a892efbda5e8a091e68385e288b5 |
UHC | ???情∵ | 00111111001111110011111111101111110101111010000111110001 | 3f3f3fefd7a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)