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 | 逎祉ゥ褥竢 | 111001111010001110001110100000111010100111100101111100011110001010001111 | e7a38e83a9e5f1e28f |
EUC-JP | 逎祉ゥ褥竢 | 11101110101001011011101111100011100011101010100111101010111100111110001111101111 | eea5bbe38ea9eaf3e3ef |
UTF-8 | 逎祉ゥ褥竢 | 111010011000000010001110111001111010010110001001111011111011110110101001111010001010010010100101111001111010101110100010 | e9808ee7a589efbda9e8a4a5e7aba2 |
UHC | ?祉?褥? | 00111111111100101011001100111111111010011011001100111111 | 3ff2b33fe9b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)