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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鵝??夷? | 11101010010000000011111100111111100010001100111000111111 | ea403f3f88ce3f |
EUC-JP | 鵝??夷? | 11110011101000010011111100111111101100001101000000111111 | f3a13f3fb0d03f |
UTF-8 | 鵝숇갊夷퍫 | 111010011011010110011101111011001000100010000111111010101011000010001010111001011010010010110111111011011000110110101011 | e9b59dec8887eab08ae5a4b7ed8dab |
UHC | 鵝숇갊夷퍫 | 11100100101111011001100111101011101100001010011111101100101010001011110001000010 | e4bd99ebb0a7eca8bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)