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 | ?х?汝? | 00111111100001001000011100111111100100111111000000111111 | 3f84873f93f03f |
EUC-JP | ?х?汝? | 00111111101001111110011100111111110001101111001000111111 | 3fa7e73fc6f23f |
UTF-8 | 料х슘汝꿨 | 1110111110100110101111101101000110000101111011001000101010011000111001101011000110011101111010101011111110101000 | efa6bed185ec8a98e6b19deabfa8 |
UHC | 料х슘汝꿨 | 11101000111101111010110011100111101111011011011111100110101000111011001011100101 | e8f7ace7bdb7e6a3b2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)