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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 助????? | 10001111100101010011111100111111001111110011111100111111 | 8f953f3f3f3f3f |
EUC-JP | 助???瑗? | 101111011111010100111111001111110011111110001111110011001100000000111111 | bdf53f3f3f8fccc03f |
UTF-8 | 助뀌렱렟瑗렑 | 111001011000101010101001111010111000000010001100111010111010000010110001111010111010000010011111111001111001000110010111111010111010000010010001 | e58aa9eb808ceba0b1eba09fe79197eba091 |
UHC | 助뀌렱렟瑗렑 | 111100001011111010110010111011101000111010111110100011101011000011101010101111001000111010100110 | f0beb2ee8ebe8eb0eabc8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)