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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齏唏毬唏 | 1110100011101011100110100100100010011111011110111001101001001000 | e8eb9a489f7b9a48 |
EUC-JP | 齏唏毬唏 | 1111000011101101110100111010100111011101110111001101001110101001 | f0edd3a9dddcd3a9 |
UTF-8 | 齏唏毬唏 | 111010011011110110001111111001011001010010001111111001101010111110101100111001011001010010001111 | e9bd8fe5948fe6aface5948f |
UHC | ??毬? | 0011111100111111110011111011001100111111 | 3f3fcfb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)