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 | ???耿? | 001111110011111100111111111000111101010000111111 | 3f3f3fe3d43f |
EUC-JP | ???耿? | 001111110011111100111111111001101101011000111111 | 3f3f3fe6d63f |
UTF-8 | 溜잰렭耿렣 | 111011111010011110001011111011001001111010110000111010111010000010101101111010001000000010111111111010111010000010100011 | efa78bec9eb0eba0ade880bfeba0a3 |
UHC | 溜잰렭耿렣 | 11101010111111101100000011101001100011101011101011001100111010101000111010110100 | eafec0e98ebaccea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)