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 | 将ョ召譓ゥホ | 100011111010101110101110100011111010001011111011101010111010100111001110 | 8fabae8fa2fbaba9ce |
EUC-JP | 将ョ召譓ゥホ | 10111110101011011000111010101110101111101010010010001111110111101100101110001110101010011000111011001110 | bead8eaebea48fdecb8ea98ece |
UTF-8 | 将ョ召譓ゥホ | 111001011011000010000110111011111011110110101110111001011000111110101100111010001010110110010011111011111011110110101001111011111011111010001110 | e5b086efbdaee58face8ad93efbda9efbe8e |
UHC | ??召??? | 00111111001111111110000110101111001111110011111100111111 | 3f3fe1af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)