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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?勃躁h | 001111111001011001110101111001110100111001101000 | 3f9675e74e68 |
EUC-JP | ?勃躁h | 001111111100101111010110111011011010111101101000 | 3fcbd6edaf68 |
UTF-8 | 了勃躁h | 11101111101001101011101011100101100010111000001111101000101110101000000101101000 | efa6bae58b83e8ba8168 |
UHC | 了勃躁h | 11101000111001111101101011111010111100001110001001101000 | e8e7dafaf0e268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)