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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 昌ッ爵杦オ | 1000111110111001101011111000111011011101111110101110000110110101 | 8fb9af8eddfae1b5 |
EUC-JP | 昌ッ爵杦オ | 1011111010111011100011101010111110111100110111111000111111000011101000011000111010110101 | bebb8eafbcdf8fc3a18eb5 |
UTF-8 | 昌ッ爵杦オ | 111001101001100010001100111011111011110110101111111001111000100010110101111001101001110110100110111011111011110110110101 | e6988cefbdafe788b5e69da6efbdb5 |
UHC | 昌?爵?? | 11110011111000110011111111101101110010010011111100111111 | f3e33fedc93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)