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 | ??????~K | 0011111100111111001111110011111100111111001111110111111001001011 | 3f3f3f3f3f3f7e4b |
SJIS-WIN | 将イ将ョ将。~K | 1000111110101011101100101000111110101011101011101000111110101011101000010111111001001011 | 8fabb28fabae8faba17e4b |
EUC-JP | 将イ将ョ将。~K | 1011111010101101100011101011001010111110101011011000111010101110101111101010110110001110101000010111111001001011 | bead8eb2bead8eaebead8ea17e4b |
UTF-8 | 将イ将ョ将。~K | 1110010110110000100001101110111110111101101100101110010110110000100001101110111110111101101011101110010110110000100001101110111110111101101000010111111001001011 | e5b086efbdb2e5b086efbdaee5b086efbda17e4b |
UHC | ??????~K | 0011111100111111001111110011111100111111001111110111111001001011 | 3f3f3f3f3f3f7e4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)