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 | 低?庄?┌諸 | 10010010111000010011111110001111101011110011111110000100101000011000111110010100 | 92e13f8faf3f84a18f94 |
| EUC-JP | 低?庄?┌諸 | 11000100111000110011111110111110101100010011111110101000101000111011110111110100 | c4e33fbeb13fa8a3bdf4 |
| UTF-8 | 低렍庄흙┌諸 | 111001001011110110001110111010111010000010001101111001011011101010000100111011011001110110011001111000101001010010001100111010001010101110111000 | e4bd8eeba08de5ba84ed9d99e2948ce8abb8 |
| UHC | 低렍庄흙┌諸 | 111011101011100010001110101000111110110111100100110010001110101110100110101000111111000010110011 | eeb88ea3ede4c8eba6a3f0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)