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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迚倬涎 | 111001111000100110011000111010011001111110110101 | e78998e99fb5 |
EUC-JP | 迚倬涎 | 111011011110100111010000111010111101111010110111 | ede9d0ebdeb7 |
UTF-8 | 迚倬涎 | 111010001011111110011010111001011000000010101100111001101011011010001110 | e8bf9ae580ace6b68e |
UHC | ?倬涎 | 0011111111110110111100001110011011001110 | 3ff6f0e6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)