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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 兀??厓? | 10011001010110010011111100111111111110101000110100111111 | 99593f3ffa8d3f |
EUC-JP | 兀??厓? | 1101000110111010001111110011111110001111101101001100011100111111 | d1ba3f3f8fb4c73f |
UTF-8 | 兀덊뤃厓뽯 | 111001011000010110000000111010111000110110001010111010111010010010000011111001011000111010010011111010111011110110101111 | e58580eb8d8aeba483e58e93ebbdaf |
UHC | 兀덊뤃厓뽯 | 11101000101101001000100011101101100011111011010011100100111011011001011011101011 | e8b488ed8fb4e4ed96eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)