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 | 畏?〕泣?ˇ | 1011000011011010001111111010000111001101101101011110001100111111100011111010001010110000 | b0da3fa1cdb5e33f8fa2b0 |
UTF-8 | 畏븍〕泣곫ˇ | 1110011110010101100011111110101110111000100011011110001110000000100101011110011010110011101000111110101010110011101010111100101110000111 | e7958febb88de38095e6b3a3eab3abcb87 |
UHC | 畏븍〕泣곫ˇ | 111010001110011010111010111010111010000110110011111010111110100010000001111001101010001010100111 | e8e6baeba1b3ebe881e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)