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 | 鵫失裔 | 111111000100100010001110101110001110010111100001 | fc488eb8e5e1 |
EUC-JP | 鵫失裔 | 10001111111010111111101010111100101110101110101011100011 | 8febfabcbaeae3 |
UTF-8 | 鵫失裔 | 111010011011010110101011111001011010010010110001111010001010001110010100 | e9b5abe5a4b1e8a394 |
UHC | ?失裔 | 0011111111100011111101111110011111100000 | 3fe3f7e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)