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 | 題耿?介 | 10010001111010001110001111010100001111111000100111101110 | 91e8e3d43f89ee |
EUC-JP | 題耿?介 | 11000010111010101110011011010110001111111011001011110000 | c2eae6d63fb2f0 |
UTF-8 | 題耿렩介 | 111010011010000110001100111010001000000010111111111010111010000010101001111001001011101110001011 | e9a18ce880bfeba0a9e4bb8b |
UHC | 題耿렩介 | 1111000010111001110011001110101010001110101101111100101110111111 | f0b9ccea8eb7cbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)