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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
| SJIS-WIN | 恁?????Z | 1001110010001100001111110011111100111111001111110011111101011010 | 9c8c3f3f3f3f3f5a |
| EUC-JP | 恁?????Z | 1101011111101100001111110011111100111111001111110011111101011010 | d7ec3f3f3f3f3f5a |
| UTF-8 | 恁㏃㎣淋뺤껌Z | 11100110100000011000000111100011100011111000001111100011100011101010001111101111101001111011010111101011101110101010010011101010101110111000110001011010 | e68181e38f83e38ea3efa7b5ebbaa4eabb8c5a |
| UHC | 恁㏃㎣淋뺤껌Z | 11101100111101101010011111101100101001111010011111101100111110001001010111101100101100101010110101011010 | ecf6a7eca7a7ecf895ecb2ad5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)