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 | 鵝?±靭?┥ | 11101010010000000011111110000001011111011001000001111000001111111000010010111100 | ea403f817d90783f84bc |
EUC-JP | 鵝?±靭?┥ | 11110011101000010011111110100001110111101011111111011001001111111010100010111110 | f3a13fa1debfd93fa8be |
UTF-8 | 鵝숈±靭귨┥ | 1110100110110101100111011110110010001000100010001100001010110001111010011001110110101101111010101011011110101000111000101001010010100101 | e9b59dec8888c2b1e99dadeab7a8e294a5 |
UHC | 鵝숈±靭귨┥ | 111001001011110110011001111011001010000110111110111011001110010110000010111011111010011010111110 | e4bd99eca1beece582efa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)