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 | 葹エ雜ウ雍井 | 11100100110111111011010011101000101101101011001111101000101101001000100011100100 | e4dfb4e8b6b3e8b488e4 |
| EUC-JP | 葹エ雜ウ雍井 | 111010001110000110001110101101001111000010111000100011101011001111110000101101101011000011100110 | e8e18eb4f0b88eb3f0b6b0e6 |
| UTF-8 | 葹エ雜ウ雍井 | 111010001001000110111001111011111011110110110100111010011001101110011100111011111011110110110011111010011001101110001101111001001011101010010101 | e891b9efbdb4e99b9cefbdb3e99b8de4ba95 |
| UHC | ??雜?雍井 | 001111110011111111101101110110100011111111101000101111001110111111001100 | 3f3fedda3fe8bcefcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)