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 | 荳ュ謐ァ | 111001001011100010101101111001101000110110100111 | e4b8ade68da7 |
EUC-JP | 荳ュ謐ァ | 1110100010111010100011101010110111101011111011011000111010100111 | e8ba8eadebed8ea7 |
UTF-8 | 荳ュ謐ァ | 111010001000110110110011111011111011110110101101111010001010110010010000111011111011110110100111 | e88db3efbdade8ac90efbda7 |
UHC | 荳?謐? | 110101001110010100111111110110101100110100111111 | d4e53fdacd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)