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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 繃?衰 | 1110001101111101001111111001000010001010 | e37d3f908a |
EUC-JP | 繃鵼衰 | 11100101110111101000111111101100101000011011111111101010 | e5de8feca1bfea |
UTF-8 | 繃鵼衰 | 111001111011100110000011111010011011010110111100111010001010000110110000 | e7b983e9b5bce8a1b0 |
UHC | 繃?衰 | 1101110111011110001111111110000111110001 | ddde3fe1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)