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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | 蜀暦スャD^ | 1110010110000110100101111110111110111101101011000100010001011110 | e58697efbdac445e |
EUC-JP | 蜀暦スャD^ | 11101001111001101100111011110001100011101011110110001110101011000100010001011110 | e9e6cef18ebd8eac445e |
UTF-8 | 蜀暦スャD^ | 1110100010011100100000001110011010011010101001101110111110111101101111011110111110111101101011000100010001011110 | e89c80e69aa6efbdbdefbdac445e |
UHC | 蜀???D^ | 11110101101110010011111100111111001111110100010001011110 | f5b93f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)