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 | èë¦ì»³ | 111010001000011110000110111010111001101010100110111011001011101110110011 | e88786eb9aa6ecbbb3 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??ë?¦ì?? | 1000111110101011101100100011111100111111100011111010101110110011001111111000111110100010110000111000111110101011110000000011111100111111 | 8fabb23f3f8fabb33f8fa2c38fabc03f3f |
UTF-8 | èë¦ì»³ | 110000111010100011000010100001111100001010000110110000111010101111000010100110101100001010100110110000111010110011000010101110111100001010110011 | c3a8c287c286c3abc29ac2a6c3acc2bbc2b3 |
UHC | ????????³ | 00111111001111110011111100111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)