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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 娼フ将。@h | 1000111110101001110011001000111110101011101000010100000001101000 | 8fa9cc8faba14068 |
EUC-JP | 娼フ将。@h | 10111110101010111000111011001100101111101010110110001110101000010100000001101000 | beab8eccbead8ea14068 |
UTF-8 | 娼フ将。@h | 1110010110101000101111001110111110111110100011001110010110110000100001101110111110111101101000010100000001101000 | e5a8bcefbe8ce5b086efbda14068 |
UHC | 娼???@h | 11110011110111100011111100111111001111110100000001101000 | f3de3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)