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 | ?t?t[?t?t[^ | 0011111101110100001111110111010001011011001111110111010000111111011101000101101101011110 | 3f743f745b3f743f745b5e |
SJIS-WIN | ?t?t[?t?t[^ | 0011111101110100001111110111010001011011001111110111010000111111011101000101101101011110 | 3f743f745b3f743f745b5e |
EUC-JP | ?t?t[?t?t[^ | 0011111101110100001111110111010001011011001111110111010000111111011101000101101101011110 | 3f743f745b3f743f745b5e |
UTF-8 | 혟t혟t[혟t혟t[^ | 11101101100110001001111101110100111011011001100010011111011101000101101111101101100110001001111101110100111011011001100010011111011101000101101101011110 | ed989f74ed989f745bed989f74ed989f745b5e |
UHC | 혟t혟t[혟t혟t[^ | 110000101000100101110100110000101000100101110100010110111100001010001001011101001100001010001001011101000101101101011110 | c28974c289745bc28974c289745b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)