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 | 鉤ケ蟶玖 | 11100111111010101011100111100101101110001000101111101000 | e7eab9e5b88be8 |
EUC-JP | 鉤ケ蟶玖 | 1110111011101100100011101011100111101010101110101011011011101010 | eeec8eb9eabab6ea |
UTF-8 | 鉤ケ蟶玖 | 111010011000100110100100111011111011110110111001111010001001111110110110111001111000111010010110 | e989a4efbdb9e89fb6e78e96 |
UHC | 鉤??玖 | 110011111100100100111111001111111100111110111000 | cfc93f3fcfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)