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 | 蝨庭女 | 111001011001110010010010111010111000111110010111 | e59c92eb8f97 |
EUC-JP | 蝨庭女 | 111010011111110011000100111011011011110111110111 | e9fcc4edbdf7 |
UTF-8 | 蝨庭女 | 111010001001110110101000111001011011101010101101111001011010010110110011 | e89da8e5baade5a5b3 |
UHC | 蝨庭女 | 111000111010010011101111110101001101001010110011 | e3a4efd4d2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)