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 | ww^ | 100101010111011110000001100010001001010101110111100000011000100001011110 | 95778188957781885e |
SJIS-WIN | ?w???w??^ | 001111110111011100111111001111110011111101110111001111110011111101011110 | 3f773f3f3f773f3f5e |
EUC-JP | ?w???w??^ | 001111110111011100111111001111110011111101110111001111110011111101011110 | 3f773f3f3f773f3f5e |
UTF-8 | ww^ | 110000101001010101110111110000101000000111000010100010001100001010010101011101111100001010000001110000101000100001011110 | c29577c281c288c29577c281c2885e |
UHC | ?w???w??^ | 001111110111011100111111001111110011111101110111001111110011111101011110 | 3f773f3f3f773f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)