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 | ??uF | 00111111001111110111010101000110 | 3f3f7546 |
SJIS-WIN | 淨?uF | 1001111111000100001111110111010101000110 | 9fc43f7546 |
EUC-JP | 淨?uF | 1101111011000110001111110111010101000110 | dec63f7546 |
UTF-8 | 淨렠uF | 1110011010110111101010001110101110100000101000000111010101000110 | e6b7a8eba0a07546 |
UHC | 淨렠uF | 111011111110010010001110101100010111010101000110 | efe48eb17546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)