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 | 種?迂橋? | 1000111011101101001111111000100101001001100010111011010000111111 | 8eed3f89498bb43f |
EUC-JP | 種?迂橋? | 1011110011101111001111111011000110101010101101101011011000111111 | bcef3fb1aab6b63f |
UTF-8 | 種렣迂橋롛 | 111001111010100010101110111010111010000010100011111010001011111110000010111001101010100110001011111010111010000110011011 | e7a8aeeba0a3e8bf82e6a98beba19b |
UHC | 種렣迂橋롛 | 11110000111110101000111010110100111010011110011011001110111010011000111011011111 | f0fa8eb4e9e6cee98edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)