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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邊ス鄒渓 | 11100111101100101011110111100111101111101000110001101011 | e7b2bde7be8c6b |
EUC-JP | 邊ス鄒渓 | 1110111010110100100011101011110111101110110000001011011111001100 | eeb48ebdeec0b7cc |
UTF-8 | 邊ス鄒渓 | 111010011000001010001010111011111011110110111101111010011000010010010010111001101011100010010011 | e9828aefbdbde98492e6b893 |
UHC | 邊?鄒? | 110111001010101100111111111101011101101100111111 | dcab3ff5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)