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? | 001111110100100000111111 | 3f483f |
SJIS-WIN | 檍H拓 | 1001111011111000010010001001000111110001 | 9ef84891f1 |
EUC-JP | 檍H拓 | 1101110011111010010010001100001011110011 | dcfa48c2f3 |
UTF-8 | 檍H拓 | 11100110101010101000110101001000111001101000101110010011 | e6aa8d48e68b93 |
UHC | 檍H拓 | 1110010111100101010010001111010010101100 | e5e548f4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)