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 | ED¼N | 1001001001000101100100100100010010010001101111001001001001001110 | 9245924491bc924e |
| SJIS-WIN | ?E?D???N | 0011111101000101001111110100010000111111001111110011111101001110 | 3f453f443f3f3f4e |
| EUC-JP | ?E?D???N | 0011111101000101001111110100010000111111001111110011111101001110 | 3f453f443f3f3f4e |
| UTF-8 | ED¼N | 11000010100100100100010111000010100100100100010011000010100100011100001010111100110000101001001001001110 | c29245c29244c291c2bcc2924e |
| UHC | ?E?D?¼?N | 001111110100010100111111010001000011111110101000111110010011111101001110 | 3f453f443fa8f93f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)