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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雍溢艶 | 111010001011010010001000111011001000100110010000 | e8b488ec8990 |
EUC-JP | 雍溢艶 | 111100001011011010110000111011101011000111110000 | f0b6b0eeb1f0 |
UTF-8 | 雍溢艶 | 111010011001101110001101111001101011101010100010111010001000100110110110 | e99b8de6baa2e889b6 |
UHC | 雍溢艶 | 111010001011110011101100111011101110011011111101 | e8bceceee6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)