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 | 逍滝ソー增オ | 111001111001011010010001111010101011111110110000111110101001110110110101 | e79691eabfb0fa9db5 |
EUC-JP | 逍滝ソー?オ | 1110110111110110110000101110110010001110101111111000111010110000001111111000111010110101 | edf6c2ec8ebf8eb03f8eb5 |
UTF-8 | 逍滝ソー增オ | 111010011000000010001101111001101011101110011101111011111011110110111111111011111011110110110000111001011010001010011110111011111011110110110101 | e9808de6bb9defbdbfefbdb0e5a29eefbdb5 |
UHC | 逍???增? | 1110000111001110001111110011111100111111111100011111001000111111 | e1ce3f3f3ff1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)