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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 以???? | 100010001100100000111111001111110011111100111111 | 88c83f3f3f3f |
EUC-JP | 以??檉? | 1011000011001010001111110011111110001111110001011011101100111111 | b0ca3f3f8fc5bb3f |
UTF-8 | 以페邏檉렢 | 111001001011101110100101111011011000111010011000111011111010010010010011111001101010101010001001111010111010000010100010 | e4bba5ed8e98efa493e6aa89eba0a2 |
UHC | 以페邏檉렢 | 11101100101001001100011011100100110100011110000011101111111000001000111010110011 | eca4c6e4d1e0efe08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)