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 | ???~B | 0011111100111111001111110111111001000010 | 3f3f3f7e42 |
SJIS-WIN | 炭其捉~B | 1001001001011001100100011011010010010001101010000111111001000010 | 925991b491a87e42 |
EUC-JP | 炭其捉~B | 1100001110111010110000101011011011000010101010100111111001000010 | c3bac2b6c2aa7e42 |
UTF-8 | 炭其捉~B | 1110011110000010101011011110010110000101101101101110011010001101100010010111111001000010 | e782ade585b6e68d897e42 |
UHC | 炭其捉~B | 1111011110101001110100001110110011110011101101010111111001000010 | f7a9d0ecf3b57e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)