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 | 栁晗 | 1111101011100101111101101101001011110100101010011111101011010110 | fae5f6d2f4a9fad6 |
EUC-JP | ???晗 | 001111110011111100111111100011111100001010111000 | 3f3f3f8fc2b8 |
UTF-8 | 栁晗 | 111001101010000010000001111011101001001110111001111011101000110110011000111001101001100110010111 | e6a081ee93b9ee8d98e69997 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)