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 | 助???? | 100011111001010100111111001111110011111100111111 | 8f953f3f3f3f |
EUC-JP | 助???瑗 | 1011110111110101001111110011111100111111100011111100110011000000 | bdf53f3f3f8fccc0 |
UTF-8 | 助뀌렱렟瑗 | 111001011000101010101001111010111000000010001100111010111010000010110001111010111010000010011111111001111001000110010111 | e58aa9eb808ceba0b1eba09fe79197 |
UHC | 助뀌렱렟瑗 | 11110000101111101011001011101110100011101011111010001110101100001110101010111100 | f0beb2ee8ebe8eb0eabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)