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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ??巡恂G | 00111111001111111000111110000100100111001001011001000111 | 3f3f8f849c9647 |
EUC-JP | ??巡恂G | 00111111001111111011110111100100110101111111011001000111 | 3f3fbde4d7f647 |
UTF-8 | 롇롗巡恂G | 11101011101000011000011111101011101000011001011111100101101101111010000111100110100000011000001001000111 | eba187eba197e5b7a1e6818247 |
UHC | 롇롗巡恂G | 100011101100110110001110110110111110001011011110111000101110000101000111 | 8ecd8edbe2dee2e147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)