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 | ???}G | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-WIN | 竪捉属}G | 1001001001000111100100011010100010010001101011100111110101000111 | 924791a891ae7d47 |
EUC-JP | 竪捉属}G | 1100001110101000110000101010101011000010101100000111110101000111 | c3a8c2aac2b07d47 |
UTF-8 | 竪捉属}G | 1110011110101011101010101110011010001101100010011110010110110001100111100111110101000111 | e7abaae68d89e5b19e7d47 |
UHC | 竪捉?}G | 11100010101101011111001110110101001111110111110101000111 | e2b5f3b53f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)