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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 咤穩咤穩B | 100110100100001011100010011100101001101001000010111000100111001001000010 | 9a42e2729a42e27242 |
EUC-JP | 咤穩咤穩B | 110100111010001111100011110100111101001110100011111000111101001101000010 | d3a3e3d3d3a3e3d342 |
UTF-8 | 咤穩咤穩B | 11100101100100101010010011100111101010011010100111100101100100101010010011100111101010011010100101000010 | e592a4e7a9a9e592a4e7a9a942 |
UHC | 咤穩咤穩B | 111101101110001111101000101100011111011011100011111010001011000101000010 | f6e3e8b1f6e3e8b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)