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 | 巐ソ迺ス涇 | 1111101010110110101111111110011110010010101111011111101011111011 | fab6bfe792bdfafb |
EUC-JP | 巐ソ迺ス涇 | 100011111011101111111001100011101011111111101101111100101000111010111101100011111100011111000111 | 8fbbf98ebfedf28ebd8fc7c7 |
UTF-8 | 巐ソ迺ス涇 | 111001011011011110010000111011111011110110111111111010001011111110111010111011111011110110111101111001101011011010000111 | e5b790efbdbfe8bfbaefbdbde6b687 |
UHC | ????涇 | 001111110011111100111111001111111100110011011100 | 3f3f3f3fccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)