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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 庾?庾?^ | 100011111011110011001110001111111000111110111100110011100011111101011110 | 8fbcce3f8fbcce3f5e |
UTF-8 | 庾턈庾턈^ | 11100101101110101011111011101101100001001000100011100101101110101011111011101101100001001000100001011110 | e5babeed8488e5babeed84885e |
UHC | 庾턈庾턈^ | 111010101110110010110110010001001110101011101100101101100100010001011110 | eaecb644eaecb6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)