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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逡卓エョ | 111001111001010110010001111011001011010010101110 | e79591ecb4ae |
EUC-JP | 逡卓エョ | 1110110111110101110000101110111010001110101101001000111010101110 | edf5c2ee8eb48eae |
UTF-8 | 逡卓エョ | 111010011000000010100001111001011000110110010011111011111011110110110100111011111011110110101110 | e980a1e58d93efbdb4efbdae |
UHC | 逡卓?? | 111100011110010011110110111100010011111100111111 | f1e4f6f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)