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 | 脛欠寛 | 111000111111100010001100100001111000101010110000 | e3f88c878ab0 |
EUC-JP | 脛欠寛 | 111001101111101010110111111001111011010010110010 | e6fab7e7b4b2 |
UTF-8 | 脛欠寛 | 111010001000010010011011111001101010110010100000111001011010111110011011 | e8849be6aca0e5af9b |
UHC | 脛欠? | 1100110011101011111111011110001000111111 | ccebfde23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)