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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏?〕泣?? | 100010001101100000111111100000010110110010001011100000110011111100111111 | 88d83f816c8b833f3f |
EUC-JP | 畏?〕泣?? | 101100001101101000111111101000011100110110110101111000110011111100111111 | b0da3fa1cdb5e33f3f |
UTF-8 | 畏븍〕泣곮윲 | 111001111001010110001111111010111011100010001101111000111000000010010101111001101011001110100011111010101011001110101110111011001001110010110010 | e7958febb88de38095e6b3a3eab3aeec9cb2 |
UHC | 畏븍〕泣곮윲 | 111010001110011010111010111010111010000110110011111010111110100010000001111010001001111110101111 | e8e6baeba1b3ebe881e89faf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)