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 | 淼滓繭 | 111110110100010110011111111001101001011010011010 | fb459fe6969a |
EUC-JP | 淼滓繭 | 10001111110001111110011011011110111010001100101111111010 | 8fc7e6dee8cbfa |
UTF-8 | 淼滓繭 | 111001101011011110111100111001101011101110010011111001111011100110101101 | e6b7bce6bb93e7b9ad |
UHC | ?滓繭 | 0011111111101110101010111100110010110110 | 3feeabccb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)