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 | 啼?瓦賣 | 10011010011001010011111110001010101000101110011011001100 | 9a653f8aa2e6cc |
EUC-JP | 啼?瓦賣 | 11010011110001100011111110110100101001001110110011001110 | d3c63fb4a4ecce |
UTF-8 | 啼렏瓦賣 | 111001011001010110111100111010111010000010001111111001111001001110100110111010001011001110100011 | e595bceba08fe793a6e8b3a3 |
UHC | 啼렏瓦賣 | 1111000010100110100011101010010111101000101111111101100011100011 | f0a68ea5e8bfd8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)