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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薰夂漉薰ャ薰 | 1111101110011110100110101110011110001101100101111111101110011110101011001111101110011110 | fb9e9ae78d97fb9eacfb9e |
EUC-JP | ?夂漉?ャ? | 001111111101010011101001101110011111011100111111100011101010110000111111 | 3fd4e9b9f73f8eac3f |
UTF-8 | 薰夂漉薰ャ薰 | 111010001001011010110000111001011010010010000010111001101011110010001001111010001001011010110000111011111011110110101100111010001001011010110000 | e896b0e5a482e6bc89e896b0efbdace896b0 |
UHC | 薰??薰?薰 | 111111011011100100111111001111111111110110111001001111111111110110111001 | fdb93f3ffdb93ffdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)