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 | ??±??? | 001111110011111110110001001111110011111100111111 | 3f3fb13f3f3f |
SJIS-WIN | 鵝?±靭?? | 111010100100000000111111100000010111110110010000011110000011111100111111 | ea403f817d90783f3f |
EUC-JP | 鵝?±靭?? | 111100111010000100111111101000011101111010111111110110010011111100111111 | f3a13fa1debfd93f3f |
UTF-8 | 鵝숈±靭귨쫭 | 1110100110110101100111011110110010001000100010001100001010110001111010011001110110101101111010101011011110101000111011001010101110101101 | e9b59dec8888c2b1e99dadeab7a8ecabad |
UHC | 鵝숈±靭귨쫭 | 111001001011110110011001111011001010000110111110111011001110010110000010111011111010011010000101 | e4bd99eca1beece582efa685 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)