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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ???芚?? | 0011111100111111001111111000111111010111101110110011111100111111 | 3f3f3f8fd7bb3f3f |
| UTF-8 | 씽뤵쳩芚풆휖 | 111011001001010010111101111010111010010010110101111011001011001110101001111010001000101010011010111011011001001010000110111011011001110010010110 | ec94bdeba4b5ecb3a9e88a9aed9286ed9c96 |
| UHC | 씽뤵쳩芚풆휖 | 101111101100010110001111111000111010101110001110110101001110110010111110100011101100010101000010 | bec58fe3ab8ed4ecbe8ec542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)