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 | 助??忽? | 10001111100101010011111100111111100011011001101000111111 | 8f953f3f8d9a3f |
EUC-JP | 助??忽? | 10111101111101010011111100111111101110011111101000111111 | bdf53f3fb9fa3f |
UTF-8 | 助롗뤗忽펿 | 111001011000101010101001111010111010000110010111111010111010010010010111111001011011111110111101111011011000111010111111 | e58aa9eba197eba497e5bfbded8ebf |
UHC | 助롗뤗忽펿 | 11110000101111101000111011011011100011111100011111111011111011001011110010001110 | f0be8edb8fc7fbecbc8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)