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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ーヒソ犹ゥウタ | 1011000011001011101111111110000010111001101010011011001111000000 | b0cbbfe0b9a9b3c0 |
EUC-JP | ーヒソ犹ゥウタ | 1000111010110000100011101100101110001110101111111110000010111011100011101010100110001110101100111000111011000000 | 8eb08ecb8ebfe0bb8ea98eb38ec0 |
UTF-8 | ーヒソ犹ゥウタ | 111011111011110110110000111011111011111010001011111011111011110110111111111001111000101010111001111011111011110110101001111011111011110110110011111011111011111010000000 | efbdb0efbe8befbdbfe78ab9efbda9efbdb3efbe80 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)