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 | 霈ー諶「タ昞 | 111010001011110010110000111110111010101010100010110000001111101011010011 | e8bcb0fbaaa2c0fad3 |
| EUC-JP | 霈ー諶「タ昞 | 1111000010111110100011101011000010001111110111101011010110001110101000101000111011000000100011111100001010100001 | f0be8eb08fdeb58ea28ec08fc2a1 |
| UTF-8 | 霈ー諶「タ昞 | 111010011001110010001000111011111011110110110000111010001010101110110110111011111011110110100010111011111011111010000000111001101001100010011110 | e99c88efbdb0e8abb6efbda2efbe80e6989e |
| UHC | ??諶??昞 | 0011111100111111111001001010011000111111001111111101110010110101 | 3f3fe4a63f3fdcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)