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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬣訂隱 | 111010011010010110010010111110011110100010101010 | e9a592f9e8aa |
EUC-JP | 鬣訂隱 | 111100101010011111000100111110111111000010101100 | f2a7c4fbf0ac |
UTF-8 | 鬣訂隱 | 111010011010110010100011111010001010100010000010111010011001101010110001 | e9aca3e8a882e99ab1 |
UHC | ?訂隱 | 0011111111101111111101001110101111011111 | 3feff4ebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)