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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 財??財??^ | 100011011110000000111111001111111000110111100000001111110011111101011110 | 8de03f3f8de03f3f5e |
EUC-JP | 財??財??^ | 101110101110001000111111001111111011101011100010001111110011111101011110 | bae23f3fbae23f3f5e |
UTF-8 | 財잿틂財재땅^ | 11101000101100101010000111101100100111101011111111101101100010111000001011101000101100101010000111101100100111101010110011101011100101011000010101011110 | e8b2a1ec9ebfed8b82e8b2a1ec9eaceb95855e |
UHC | 財잿틂財재땅^ | 11101110101011111100000011101101110001101011001111101110101011111100000011100111101101101010010101011110 | eeafc0edc6b3eeafc0e7b6a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)