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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | 洹???H | 10001111110001111011101000111111001111110011111101001000 | 8fc7ba3f3f3f48 |
UTF-8 | 洹펠렎렠H | 11100110101101001011100111101101100011101010000011101011101000001000111011101011101000001010000001001000 | e6b4b9ed8ea0eba08eeba0a048 |
UHC | 洹펠렎렠H | 111010101011011111000110111001111000111010100100100011101011000101001000 | eab7c6e78ea48eb148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)