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 | 焼フ邪靍宍 | 100011111100010011001100100011101101011111111011111100001000111010110011 | 8fc4cc8ed7fbf08eb3 |
EUC-JP | 焼フ邪?宍 | 101111101100011010001110110011001011110011011001001111111011110010110101 | bec68eccbcd93fbcb5 |
UTF-8 | 焼フ邪靍宍 | 111001111000010010111100111011111011111010001100111010011000001010101010111010011001110110001101111001011010111010001101 | e784bcefbe8ce982aae99d8de5ae8d |
UHC | ??邪?? | 001111110011111111011110111101110011111100111111 | 3f3fdef73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)