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 | 紜字Ъ | 111000110100000110001110100110101000010001011011 | e3418e9a845b |
EUC-JP | 紜字Ъ | 111001011010001010111011111110101010011110111100 | e5a2bbfaa7bc |
UTF-8 | 紜字Ъ | 1110011110110100100111001110010110101101100101111101000010101010 | e7b49ce5ad97d0aa |
UHC | ?字Ъ | 0011111111101101101011101010110010111100 | 3fedaeacbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)