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 | 鉗キ蜷亥 | 11100111111001111011011111100101100100001000100011100101 | e7e7b7e59088e5 |
EUC-JP | 鉗キ蜷亥 | 1110111011101001100011101011011111101001111100001011000011100111 | eee98eb7e9f0b0e7 |
UTF-8 | 鉗キ蜷亥 | 111010011000100110010111111011111011110110110111111010001001110010110111111001001011101010100101 | e98997efbdb7e89cb7e4baa5 |
UHC | 鉗??亥 | 110011001100011000111111001111111111101010100100 | ccc63f3ffaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)