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 | ?R?b | 00111111010100100011111101100010 | 3f523f62 |
SJIS-WIN | ?R?b | 00111111010100100011111101100010 | 3f523f62 |
EUC-JP | ?R?b | 00111111010100100011111101100010 | 3f523f62 |
UTF-8 | 묲R묯b | 1110101110101100101100100101001011101011101011001010111101100010 | ebacb252ebacaf62 |
UHC | 묲R묯b | 100100100100100101010010100100100100011001100010 | 924952924662 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)