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 | ??????}] | 0011111100111111001111110011111100111111001111110111110101011101 | 3f3f3f3f3f3f7d5d |
SJIS-WIN | 将ゥ将」将イ}] | 1000111110101011101010011000111110101011101000111000111110101011101100100111110101011101 | 8faba98faba38fabb27d5d |
EUC-JP | 将ゥ将」将イ}] | 1011111010101101100011101010100110111110101011011000111010100011101111101010110110001110101100100111110101011101 | bead8ea9bead8ea3bead8eb27d5d |
UTF-8 | 将ゥ将」将イ}] | 1110010110110000100001101110111110111101101010011110010110110000100001101110111110111101101000111110010110110000100001101110111110111101101100100111110101011101 | e5b086efbda9e5b086efbda3e5b086efbdb27d5d |
UHC | ??????}] | 0011111100111111001111110011111100111111001111110111110101011101 | 3f3f3f3f3f3f7d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)