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 | 蝨庭梱 | 111001011001110010010010111010111000110110101011 | e59c92eb8dab |
EUC-JP | 蝨庭梱 | 111010011111110011000100111011011011101010101101 | e9fcc4edbaad |
UTF-8 | 蝨庭梱 | 111010001001110110101000111001011011101010101101111001101010001010110001 | e89da8e5baade6a2b1 |
UHC | 蝨庭梱 | 111000111010010011101111110101001100110111100001 | e3a4efd4cde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)