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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 咳???B | 100010100101000000111111001111110011111101000010 | 8a503f3f3f42 |
EUC-JP | 咳???B | 101100111011000100111111001111110011111101000010 | b3b13f3f3f42 |
UTF-8 | 咳띌렡렓B | 11100101100100101011001111101011100111011000110011101011101000001010000111101011101000001001001101000010 | e592b3eb9d8ceba0a1eba09342 |
UHC | 咳띌렡렓B | 111110101010011010110110111010011000111010110010100011101010100001000010 | faa6b6e98eb28ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)