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 | 佇弄???財 | 100110001100100010011000010011010011111100111111001111111000110111100000 | 98c8984d3f3f3f8de0 |
| EUC-JP | 佇弄???財 | 110100001100101011001111101011100011111100111111001111111011101011100010 | d0cacfae3f3f3fbae2 |
| UTF-8 | 佇弄렱면커財 | 111001001011110110000111111001011011110010000100111010111010000010110001111010111010100110110100111011001011101110100100111010001011001010100001 | e4bd87e5bc84eba0b1eba9b4ecbba4e8b2a1 |
| UHC | 佇弄렱면커財 | 111011101011011111010110111001111000111010111110101110001110100111000100101111111110111010101111 | eeb7d6e78ebeb8e9c4bfeeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)