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 | 貽眷潁鳰 | 1110011011000100111000011100010110011111111100011110100111101010 | e6c4e1c59ff1e9ea |
EUC-JP | 貽眷潁鳰 | 1110110011000110111000101100011111011110111100111111001011101100 | ecc6e2c7def3f2ec |
UTF-8 | 貽眷潁鳰 | 111010001011001010111101111001111001110010110111111001101011110110000001111010011011001110110000 | e8b2bde79cb7e6bd81e9b3b0 |
UHC | 貽眷潁? | 11101100110000101100111111101111111001111011100000111111 | ecc2cfefe7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)