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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寃?葬? | 100110111000001100111111100100011001001000111111 | 9b833f91923f |
EUC-JP | 寃?葬? | 110101011110001100111111110000011111001000111111 | d5e33fc1f23f |
UTF-8 | 寃렭葬퓻 | 111001011010111110000011111010111010000010101101111010001001000110101100111011011001001110111011 | e5af83eba0ade891aced93bb |
UHC | 寃렭葬퓻 | 1110101010110010100011101011101011101101111101111100011110111111 | eab28ebaedf7c7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)