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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 稠鳥稠組^ | 111000100110011010010010101110011110001001100110100100010110011101011110 | e26692b9e26691675e |
EUC-JP | 稠鳥稠組^ | 111000111100011111000100101110111110001111000111110000011100100001011110 | e3c7c4bbe3c7c1c85e |
UTF-8 | 稠鳥稠組^ | 11100111101010001010000011101001101100111010010111100111101010001010000011100111101101011000010001011110 | e7a8a0e9b3a5e7a8a0e7b5845e |
UHC | 稠鳥稠組^ | 111100001101011011110000111010001111000011010110111100001101101001011110 | f0d6f0e8f0d6f0da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)