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 | 跋庭キ | 1110011011101011100100101110101110110111 | e6eb92ebb7 |
EUC-JP | 跋庭キ | 111011001110110111000100111011011000111010110111 | ecedc4ed8eb7 |
UTF-8 | 跋庭キ | 111010001011011110001011111001011011101010101101111011111011110110110111 | e8b78be5baadefbdb7 |
UHC | 跋庭? | 1101101110100010111011111101010000111111 | dba2efd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)