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 | 彧彧? | 1111101010111001111110101011100100111111 | fab9fab93f |
EUC-JP | 彧彧? | 10001111101111001111111010001111101111001111111000111111 | 8fbcfe8fbcfe3f |
UTF-8 | 彧彧귺 | 111001011011110110100111111001011011110110100111111010101011011110111010 | e5bda7e5bda7eab7ba |
UHC | 彧彧귺 | 111010011110111011101001111011101000001101000001 | e9eee9ee8341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)