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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 禹篩牝w | 11100010010110101110001010111111100101101100010001110111 | e25ae2bf96c477 |
EUC-JP | 禹篩牝w | 11100011101110111110010011000001110011001100011001110111 | e3bbe4c1ccc677 |
UTF-8 | 禹篩牝w | 11100111101001101011100111100111101011111010100111100111100010011001110101110111 | e7a6b9e7afa9e7899d77 |
UHC | 禹篩牝w | 11101001111000001101111011101000110111101011011001110111 | e9e0dee8deb677 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)