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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 竪促]H | 100100100100011110010001101000110101110101001000 | 924791a35d48 |
EUC-JP | 竪促]H | 110000111010100011000010101001010101110101001000 | c3a8c2a55d48 |
UTF-8 | 竪促]H | 1110011110101011101010101110010010111111100000110101110101001000 | e7abaae4bf835d48 |
UHC | 竪促]H | 111000101011010111110101101101010101110101001000 | e2b5f5b55d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)