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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雙??雙??^ | 100110011101010000111111001111111001100111010100001111110011111101011110 | 99d43f3f99d43f3f5e |
EUC-JP | 雙??雙??^ | 110100101101011000111111001111111101001011010110001111110011111101011110 | d2d63f3fd2d63f3f5e |
UTF-8 | 雙륂뢚雙륂뢚^ | 11101001100110111001100111101011101001011000001011101011101000101001101011101001100110111001100111101011101001011000001011101011101000101001101001011110 | e99b99eba582eba29ae99b99eba582eba29a5e |
UHC | 雙륂뢚雙륂뢚^ | 11100100101010101000111111101101100011110101010111100100101010101000111111101101100011110101010101011110 | e4aa8fed8f55e4aa8fed8f555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)