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 | 止??匡? | 10001110011111100011111100111111100010111010011100111111 | 8e7e3f3f8ba73f |
EUC-JP | 止??匡? | 10111011110111110011111100111111101101101010100100111111 | bbdf3f3fb6a93f |
UTF-8 | 止렮欌匡렒 | 111001101010110110100010111010111010000010101110111001101010110010001100111001011000110010100001111010111010000010010010 | e6ada2eba0aee6ac8ce58ca1eba092 |
UHC | 止렮欌匡렒 | 11110010101011011000111010111011111011011110101111001110110001001000111010100111 | f2ad8ebbedebcec48ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)