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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 属竪其 | 100100011010111010010010010001111001000110110100 | 91ae924791b4 |
EUC-JP | 属竪其 | 110000101011000011000011101010001100001010110110 | c2b0c3a8c2b6 |
UTF-8 | 属竪其 | 111001011011000110011110111001111010101110101010111001011000010110110110 | e5b19ee7abaae585b6 |
UHC | ?竪其 | 0011111111100010101101011101000011101100 | 3fe2b5d0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)