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 | 止?宰?有 | 1000111001111110001111111000110111001001001111111001011101001100 | 8e7e3f8dc93f974c |
EUC-JP | 止?宰?有 | 1011101111011111001111111011101011001011001111111100110110101101 | bbdf3fbacb3fcdad |
UTF-8 | 止렠宰렞有 | 111001101010110110100010111010111010000010100000111001011010111010110000111010111010000010011110111001101001110010001001 | e6ada2eba0a0e5aeb0eba09ee69c89 |
UHC | 止렠宰렞有 | 11110010101011011000111010110001111011101010010110001110101011111110101011110011 | f2ad8eb1eea58eafeaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)