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 | 鮻七社貂迯 | 11111100010001011000111010110101100011101101000011100110101110001110011110001101 | fc458eb58ed0e6b8e78d |
EUC-JP | 鮻七社貂迯 | 1000111111101010111010101011110010110111101111001101001011101100101110101110110111101101 | 8feaeabcb7bcd2ecbaeded |
UTF-8 | 鮻七社貂迯 | 111010011010111010111011111001001011100010000011111001111010010010111110111010001011001010000010111010001011111110101111 | e9aebbe4b883e7a4bee8b282e8bfaf |
UHC | ?七社貂? | 0011111111110110110100101101111011100100111101011011000000111111 | 3ff6d2dee4f5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)