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 | 鵝??陰 | 111010100100000000111111001111111000100101000001 | ea403f3f8941 |
EUC-JP | 鵝?ł陰 | 1111001110100001001111111000111110101001110010001011000110100010 | f3a13f8fa9c8b1a2 |
UTF-8 | 鵝숇ł陰 | 1110100110110101100111011110110010001000100001111100010110000010111010011001100110110000 | e9b59dec8887c582e999b0 |
UHC | 鵝숇ł陰 | 1110010010111101100110011110101110101001101010011110101111100100 | e4bd99eba9a9ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)