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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 齏室霄・゙B | 111010001110101110001110101110101110100010111010101001011101111001000010 | e8eb8ebae8baa5de42 |
EUC-JP | 齏室霄・゙B | 1111000011101101101111001011110011110000101111001000111010100101100011101101111001000010 | f0edbcbcf0bc8ea58ede42 |
UTF-8 | 齏室霄・゙B | 11101001101111011000111111100101101011101010010011101001100111001000010011101111101111011010010111101111101111101001111001000010 | e9bd8fe5aea4e99c84efbda5efbe9e42 |
UHC | ?室???B | 00111111111000111111100000111111001111110011111101000010 | 3fe3f83f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)