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 | 長?? | 10010010101101110011111100111111 | 92b73f3f |
EUC-JP | 長?? | 11000100101110010011111100111111 | c4b93f3f |
UTF-8 | 長찐욺 | 111010011001010110110111111011001011000010010000111011001001101010111010 | e995b7ecb090ec9aba |
UHC | 長찐욺 | 111011011111111011000010111100001011111111110001 | edfec2f0bff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)