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 | 淼滓万淲 | 1111101101000101100111111110011010010110100111001111101101000100 | fb459fe6969cfb44 |
EUC-JP | 淼滓万? | 1000111111000111111001101101111011101000110010111111110000111111 | 8fc7e6dee8cbfc3f |
UTF-8 | 淼滓万淲 | 111001101011011110111100111001101011101110010011111001001011100010000111111001101011011110110010 | e6b7bce6bb93e4b887e6b7b2 |
UHC | ?滓万? | 001111111110111010101011110110001011001000111111 | 3feeabd8b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)