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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?淋?H | 0011111110010111110100100011111101001000 | 3f97d23f48 |
EUC-JP | ?淋?H | 0011111111001110110101000011111101001000 | 3fced43f48 |
UTF-8 | 룵淋퓽H | 11101011101000111011010111100110101101111000101111101101100100111011110101001000 | eba3b5e6b78bed93bd48 |
UHC | 룵淋퓽H | 10001111101010101101011111111010110001111100000001001000 | 8faad7fac7c048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)