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 | ?楯楯? | 001111111000111101111100100011110111110000111111 | 3f8f7c8f7c3f |
EUC-JP | ?楯楯? | 001111111011110111011101101111011101110100111111 | 3fbdddbddd3f |
UTF-8 | 궷楯楯채 | 111010101011011010110111111001101010010110101111111001101010010110101111111011001011000110000100 | eab6b7e6a5afe6a5afecb184 |
UHC | 궷楯楯채 | 1011000111001100111000101110010011100010111001001100001110100100 | b1cce2e4e2e4c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)