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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???只? | 001111110011111100111111100100011111110000111111 | 3f3f3f91fc3f |
EUC-JP | 獐??只? | 1000111111001011101110100011111100111111110000101111111000111111 | 8fcbba3f3fc2fe3f |
UTF-8 | 獐곈썼只렑 | 111001111000110110010000111010101011001110001000111011001000110110111100111001011000111110101010111010111010000010010001 | e78d90eab388ec8dbce58faaeba091 |
UHC | 獐곈썼只렑 | 11101101111011111011000011101001101111011110100011110001111111101000111010100110 | edefb0e9bde8f1fe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)