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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畏?〕揖? | 1000100011011000001111111000000101101100100101110100101100111111 | 88d83f816c974b3f |
EUC-JP | 畏?〕揖? | 1011000011011010001111111010000111001101110011011010110000111111 | b0da3fa1cdcdac3f |
UTF-8 | 畏븍〕揖쁅 | 111001111001010110001111111010111011100010001101111000111000000010010101111001101000111110010110111011001000000110000101 | e7958febb88de38095e68f96ec8185 |
UHC | 畏븍〕揖쁅 | 11101000111001101011101011101011101000011011001111101011111001111001100001000110 | e8e6baeba1b3ebe79846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)