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 | ??±?? | 0011111100111111101100010011111100111111 | 3f3fb13f3f |
SJIS-WIN | 鵝?±項? | 1110101001000000001111111000000101111101100011011000000000111111 | ea403f817d8d803f |
EUC-JP | 鵝?±項? | 1111001110100001001111111010000111011110101110011110000000111111 | f3a13fa1deb9e03f |
UTF-8 | 鵝숈±項귨 | 1110100110110101100111011110110010001000100010001100001010110001111010011010000010000101111010101011011110101000 | e9b59dec8888c2b1e9a085eab7a8 |
UHC | 鵝숈±項귨 | 11100100101111011001100111101100101000011011111011111010101000111000001011101111 | e4bd99eca1befaa382ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)