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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 将ウ将ソ。ッB | 100011111010101110110011100011111010101110111111101000011010111101000010 | 8fabb38fabbfa1af42 |
EUC-JP | 将ウ将ソ。ッB | 10111110101011011000111010110011101111101010110110001110101111111000111010100001100011101010111101000010 | bead8eb3bead8ebf8ea18eaf42 |
UTF-8 | 将ウ将ソ。ッB | 11100101101100001000011011101111101111011011001111100101101100001000011011101111101111011011111111101111101111011010000111101111101111011010111101000010 | e5b086efbdb3e5b086efbdbfefbda1efbdaf42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)