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 | 低??奬?汁 | 100100101110000100111111001111111001101011111011001111111000111101100000 | 92e13f3f9afb3f8f60 |
| EUC-JP | 低??奬?汁 | 110001001110001100111111001111111101010011111101001111111011110111000001 | c4e33f3fd4fd3fbdc1 |
| UTF-8 | 低씻렟奬렟汁 | 111001001011110110001110111011001001010010111011111010111010000010011111111001011010010110101100111010111010000010011111111001101011000110000001 | e4bd8eec94bbeba09fe5a5aceba09fe6b181 |
| UHC | 低씻렟奬렟汁 | 111011101011100010111110110001001000111010110000111011011110000110001110101100001111000111110000 | eeb8bec48eb0ede18eb0f1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)