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 | 螫門ャ某 | 11100101101011001001011011100101101011001001011001011110 | e5ac96e5ac965e |
EUC-JP | 螫門ャ某 | 1110101010101110110011001110011110001110101011001100101110111111 | eaaecce78eaccbbf |
UTF-8 | 螫門ャ某 | 111010001001111010101011111010011001011010000000111011111011110110101100111001101001111110010000 | e89eabe99680efbdace69f90 |
UHC | ?門?某 | 001111111101101010100110001111111101100110111011 | 3fdaa63fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)