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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 顋疋顋疋^ | 111010001111100110010101010001001110100011111001100101010100010001011110 | e8f99544e8f995445e |
EUC-JP | 顋疋顋疋^ | 111100001111101111001001101001011111000011111011110010011010010101011110 | f0fbc9a5f0fbc9a55e |
UTF-8 | 顋疋顋疋^ | 11101001101000011000101111100111100101101000101111101001101000011000101111100111100101101000101101011110 | e9a18be7968be9a18be7968b5e |
UHC | ?疋?疋^ | 00111111111110011011010100111111111110011011010101011110 | 3ff9b53ff9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)