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 | 癲??苡? | 11100001100111110011111100111111111001001000111100111111 | e19f3f3fe48f3f |
| EUC-JP | 癲??苡? | 11100010101000010011111100111111111001111110111100111111 | e2a13f3fe7ef3f |
| UTF-8 | 癲쒋뫒苡촑 | 111001111001100110110010111011001001001010001011111010111010101110010010111010001000101110100001111011001011010010010001 | e799b2ec928bebab92e88ba1ecb491 |
| UHC | 癲쒋뫒苡촑 | 11101111101001101001110011100010100100011011010011101100101111101010110001001111 | efa69ce291b4ecbeac4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)