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 | 辣懈シ | 1110011110000101100111001110011010111100 | e7859ce6bc |
EUC-JP | 辣懈シ | 111011011110010111011000111010001000111010111100 | ede5d8e88ebc |
UTF-8 | 辣懈シ | 111010001011111010100011111001101000011110001000111011111011110110111100 | e8bea3e68788efbdbc |
UHC | 辣懈? | 1101010110111000111110101010101100111111 | d5b8faab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)