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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 将イ将ア召トH | 10001111101010111011001010001111101010111011000110001111101000101100010001001000 | 8fabb28fabb18fa2c448 |
EUC-JP | 将イ将ア召トH | 10111110101011011000111010110010101111101010110110001110101100011011111010100100100011101100010001001000 | bead8eb2bead8eb1bea48ec448 |
UTF-8 | 将イ将ア召トH | 11100101101100001000011011101111101111011011001011100101101100001000011011101111101111011011000111100101100011111010110011101111101111101000010001001000 | e5b086efbdb2e5b086efbdb1e58facefbe8448 |
UHC | ????召?H | 0011111100111111001111110011111111100001101011110011111101001000 | 3f3f3f3fe1af3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)