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 | 畯訥? | 1111101101101111111001100110001100111111 | fb6fe6633f |
EUC-JP | 畯訥? | 100011111100110110111011111010111100010000111111 | 8fcdbbebc43f |
UTF-8 | 畯訥들 | 111001111001010110101111111010001010100010100101111010111001001110100100 | e795afe8a8a5eb93a4 |
UHC | 畯訥들 | 111100011110000111010010111011011011010111101001 | f1e1d2edb5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)