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 | 邯剰* | 111001111011011010001111111010001000000110010110 | e7b68fe88196 |
EUC-JP | 邯剰* | 111011101011100010111110111010101010000111110110 | eeb8beeaa1f6 |
UTF-8 | 邯剰* | 111010011000001010101111111001011000100110110000111011111011110010001010 | e982afe589b0efbc8a |
UHC | 邯?* | 1100101011111011001111111010001110101010 | cafb3fa3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)