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 | ?▼?蒻?? | 0011111110000001101001010011111111100100111010000011111100111111 | 3f81a53fe4e83f3f |
| EUC-JP | ?▼?蒻?? | 0011111110100010101001110011111111101000111010100011111100111111 | 3fa2a73fe8ea3f3f |
| UTF-8 | 療▼ㅁ蒻며뼻 | 111011111010011110000001111000101001011010111100111000111000010110000001111010001001001010111011111010111010100110110000111010111011110010111011 | efa781e296bce38581e892bbeba9b0ebbcbb |
| UHC | 療▼ㅁ蒻며뼻 | 111010001111111010100001111001011010010010110001111001011011011010111000111001111001011010111110 | e8fea1e5a4b1e5b6b8e796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)