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 | åSåS^ | 100100101110010110011111010100111001001011100101100111110101001101011110 | 92e59f5392e59f535e |
SJIS-WIN | ???S???S^ | 001111110011111100111111010100110011111100111111001111110101001101011110 | 3f3f3f533f3f3f535e |
EUC-JP | ?å?S?å?S^ | 00111111100011111010101110101001001111110101001100111111100011111010101110101001001111110101001101011110 | 3f8faba93f533f8faba93f535e |
UTF-8 | åSåS^ | 110000101001001011000011101001011100001010011111010100111100001010010010110000111010010111000010100111110101001101011110 | c292c3a5c29f53c292c3a5c29f535e |
UHC | ???S???S^ | 001111110011111100111111010100110011111100111111001111110101001101011110 | 3f3f3f533f3f3f535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)