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 | 貂「雉」 | 111001101011100010100010111010001011001110100011 | e6b8a2e8b3a3 |
EUC-JP | 貂「雉」 | 1110110010111010100011101010001011110000101101011000111010100011 | ecba8ea2f0b58ea3 |
UTF-8 | 貂「雉」 | 111010001011001010000010111011111011110110100010111010011001101110001001111011111011110110100011 | e8b282efbda2e99b89efbda3 |
UHC | 貂?雉? | 111101011011000000111111111101101100101100111111 | f5b03ff6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)