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 | 彗??彗 | 100111000110000100111111001111111001110001100001 | 9c613f3f9c61 |
EUC-JP | 彗??彗 | 110101111100001000111111001111111101011111000010 | d7c23f3fd7c2 |
UTF-8 | 彗묔뱵彗 | 111001011011110110010111111010111010110010010100111010111011000110110101111001011011110110010111 | e5bd97ebac94ebb1b5e5bd97 |
UHC | 彗묔뱵彗 | 1111101110110010100100011110111010010011100110111111101110110010 | fbb291ee939bfbb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)