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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 蔵速蔵脱] | 100100011010000010010001101011001001000110100000100100100100010101011101 | 91a091ac91a092455d |
EUC-JP | 蔵速蔵脱] | 110000101010001011000010101011101100001010100010110000111010011001011101 | c2a2c2aec2a2c3a65d |
UTF-8 | 蔵速蔵脱] | 11101000100101001011010111101001100000001001111111101000100101001011010111101000100001001011000101011101 | e894b5e9809fe894b5e884b15d |
UHC | ?速??] | 001111111110000111011100001111110011111101011101 | 3fe1dc3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)