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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ю? | 0011111100111111100001001001000000111111 | 3f3f84903f |
EUC-JP | ??ю? | 0011111100111111101001111111000000111111 | 3f3fa7f03f |
UTF-8 | 뤗횓ю퐥 | 1110101110100100100101111110110110011010100100111101000110001110111011011001000010100101 | eba497ed9a93d18eed90a5 |
UHC | 뤗횓ю퐥 | 1000111111000111110000111000111010101100111100001011110110001110 | 8fc7c38eacf0bd8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)