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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 艇艇B | 1001001011111000100100101111100001000010 | 92f892f842 |
EUC-JP | 艇艇B | 1100010011111010110001001111101001000010 | c4fac4fa42 |
UTF-8 | 艇艇B | 11101000100010011000011111101000100010011000011101000010 | e88987e8898742 |
UHC | 艇艇B | 1110111111110011111011111111001101000010 | eff3eff342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)