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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 宵粹ゥャ | 100011111010101011100010111011011010100110101100 | 8faae2eda9ac |
EUC-JP | 宵粹ゥャ | 1011111010101100111001001110111110001110101010011000111010101100 | beace4ef8ea98eac |
UTF-8 | 宵粹ゥャ | 111001011010111010110101111001111011001010111001111011111011110110101001111011111011110110101100 | e5aeb5e7b2b9efbda9efbdac |
UHC | 宵粹?? | 111000011011001011100010101101100011111100111111 | e1b2e2b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)