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 | 適搬? | 1001001101001011100101001100000000111111 | 934b94c03f |
EUC-JP | 適搬? | 1100010110101100110010001100001000111111 | c5acc8c23f |
UTF-8 | 適搬렪 | 111010011000000110101001111001101001000010101100111010111010000010101010 | e981a9e690aceba0aa |
UHC | 適搬렪 | 111011101110101011011010111001101000111010111000 | eeeadae68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)