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 | ?星讐 | 0011111110010000101011111000111101010001 | 3f90af8f51 |
EUC-JP | ?星讐 | 0011111111000000101100011011110110110010 | 3fc0b1bdb2 |
UTF-8 | 웋星讐 | 111011001001101110001011111001101001100010011111111010001010111010010000 | ec9b8be6989fe8ae90 |
UHC | 웋星讐 | 100111110101100111100000111110001110001011000010 | 9f59e0f8e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)