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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 抑??苑?^ | 1001011101111101001111110011111110001001100100010011111101011110 | 977d3f3f89913f5e |
| EUC-JP | 抑??苑?^ | 1100110111011110001111110011111110110001111100010011111101011110 | cdde3f3fb1f13f5e |
| UTF-8 | 抑뜰꺃苑쪶^ | 11100110100010101001000111101011100111001011000011101010101110101000001111101000100010111001000111101100101010101011011001011110 | e68a91eb9cb0eaba83e88b91ecaab65e |
| UHC | 抑뜰꺃苑쪶^ | 1110010111100100101101101110001110000011101011001110101010111101101001100100111101011110 | e5e4b6e383aceabda64f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)