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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 癲??濡? | 11100001100111110011111100111111100101000100011100111111 | e19f3f3f94473f |
| EUC-JP | 癲??濡? | 11100010101000010011111100111111110001111010100000111111 | e2a13f3fc7a83f |
| UTF-8 | 癲우늼濡퐹 | 111001111001100110110010111011001001101010110000111010111000101010111100111001101011111110100001111011011001000010111001 | e799b2ec9ab0eb8abce6bfa1ed90b9 |
| UHC | 癲우늼濡퐹 | 11101111101001101011111111101100100010001000010111101011101000011011111001000010 | efa6bfec8885eba1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)