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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??幸??幸^ | 001111110011111110001101010010110011111100111111100011010100101101011110 | 3f3f8d4b3f3f8d4b5e |
EUC-JP | ??幸??幸^ | 001111110011111110111001101011000011111100111111101110011010110001011110 | 3f3fb9ac3f3fb9ac5e |
UTF-8 | 쌀뤜幸쌀뤜幸^ | 11101100100011001000000011101011101001001001110011100101101110011011100011101100100011001000000011101011101001001001110011100101101110011011100001011110 | ec8c80eba49ce5b9b8ec8c80eba49ce5b9b85e |
UHC | 쌀뤜幸쌀뤜幸^ | 10111101110100101000111111001011111110101011100110111101110100101000111111001011111110101011100101011110 | bdd28fcbfab9bdd28fcbfab95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)