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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魏?援?源 | 1110100110110000001111111000100110000111001111111000110010111001 | e9b03f89873f8cb9 |
EUC-JP | 魏?援?源 | 1111001010110010001111111011000111100111001111111011100010111011 | f2b23fb1e73fb8bb |
UTF-8 | 魏렓援렟源 | 111010011010110110001111111010111010000010010011111001101000111110110100111010111010000010011111111001101011101010010000 | e9ad8feba093e68fb4eba09fe6ba90 |
UHC | 魏렓援렟源 | 11101010111000001000111010101000111010101011010110001110101100001110101010111001 | eae08ea8eab58eb0eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)