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 | 脩≧稀 | 111000111111100110000001100001101000101101001000 | e3f981868b48 |
EUC-JP | 脩≧稀 | 111001101111101110100001111001101011010110101001 | e6fba1e6b5a9 |
UTF-8 | 脩≧稀 | 111010001000010010101001111000101000100110100111111001111010100010000000 | e884a9e289a7e7a880 |
UHC | 脩?稀 | 1110001010111011001111111111110111111100 | e2bb3ffdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)