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 | 幸?? | 10001101010010110011111100111111 | 8d4b3f3f |
EUC-JP | 幸?? | 10111001101011000011111100111111 | b9ac3f3f |
UTF-8 | 幸렪뤯 | 111001011011100110111000111010111010000010101010111010111010010010101111 | e5b9b8eba0aaeba4af |
UHC | 幸렪뤯 | 111110101011100110001110101110001000111111011101 | fab98eb88fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)