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 | 髱る垓 | 111010011001110110000010111010011001101010110100 | e99d82e99ab4 |
EUC-JP | 髱る垓 | 111100011111110110100100111010111101010010110110 | f1fda4ebd4b6 |
UTF-8 | 髱る垓 | 111010011010101110110001111000111000001010001011111001011001111010010011 | e9abb1e3828be59e93 |
UHC | ?る垓 | 0011111110101010111010111111101010100111 | 3faaebfaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)