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 | ¼Ùä÷¼·^ | 10111100110110011110010011110111101111001011011101011110 | bcd9e4f7bcb75e |
| SJIS-WIN | ???÷??^ | 0011111100111111001111111000000110000000001111110011111101011110 | 3f3f3f81803f3f5e |
| EUC-JP | ?Ùä÷??^ | 001111111000111110101010111000111000111110101011101000111010000111100000001111110011111101011110 | 3f8faae38faba3a1e03f3f5e |
| UTF-8 | ¼Ùä÷¼·^ | 11000010101111001100001110011001110000111010010011000011101101111100001010111100110000101011011101011110 | c2bcc399c3a4c3b7c2bcc2b75e |
| UHC | ¼??÷¼·^ | 1010100011111001001111110011111110100001110000001010100011111001101000011010010001011110 | a8f93f3fa1c0a8f9a1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)