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 | 辞澈執] | 111100001010111110001110101010111111101101001011100011101011011101011101 | f0af8eabfb4b8eb75d |
EUC-JP | ?辞澈執] | 001111111011110010101101100011111100100011100101101111001011100101011101 | 3fbcad8fc8e5bcb95d |
UTF-8 | 辞澈執] | 11101110100000011010111011101000101111101001111011100110101111101000100011100101100111111011011101011101 | ee81aee8be9ee6be88e59fb75d |
UHC | ??澈執] | 00111111001111111111010011001101111100101111101101011101 | 3f3ff4cdf2fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)