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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止?揖?媛? | 100011100111111000111111100101110100101100111111100101010101000100111111 | 8e7e3f974b3f95513f |
EUC-JP | 止?揖?媛? | 101110111101111100111111110011011010110000111111110010011011001000111111 | bbdf3fcdac3fc9b23f |
UTF-8 | 止렩揖렩媛렣 | 111001101010110110100010111010111010000010101001111001101000111110010110111010111010000010101001111001011010101010011011111010111010000010100011 | e6ada2eba0a9e68f96eba0a9e5aa9beba0a3 |
UHC | 止렩揖렩媛렣 | 111100101010110110001110101101111110101111100111100011101011011111101010101100001000111010110100 | f2ad8eb7ebe78eb7eab08eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)