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 | wP}wP{^ | 1000110001110111100011100101000001111101100011000111011110001110010100000111101101011110 | 8c778e507d8c778e507b5e |
SJIS-WIN | ?w?P}?w?P{^ | 0011111101110111001111110101000001111101001111110111011100111111010100000111101101011110 | 3f773f507d3f773f507b5e |
EUC-JP | ?w?P}?w?P{^ | 0011111101110111001111110101000001111101001111110111011100111111010100000111101101011110 | 3f773f507d3f773f507b5e |
UTF-8 | wP}wP{^ | 110000101000110001110111110000101000111001010000011111011100001010001100011101111100001010001110010100000111101101011110 | c28c77c28e507dc28c77c28e507b5e |
UHC | ?w?P}?w?P{^ | 0011111101110111001111110101000001111101001111110111011100111111010100000111101101011110 | 3f773f507d3f773f507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)