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 | 縱??豆 | 111000110111001100111111001111111001001110100100 | e3733f3f93a4 |
EUC-JP | 縱??豆 | 111001011101010000111111001111111100011010100110 | e5d43f3fc6a6 |
UTF-8 | 縱ㅹ렣豆 | 111001111011100010110001111000111000010110111001111010111010000010100011111010001011000110000110 | e7b8b1e385b9eba0a3e8b186 |
UHC | 縱ㅹ렣豆 | 1111000011111101101001001110100110001110101101001101010011100111 | f0fda4e98eb4d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)