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 | 薰滂スシ驢 | 1111101110011110100111111110111110111101101111001110100110000110 | fb9e9fefbdbce986 |
EUC-JP | ?滂スシ驢 | 001111111101111011110001100011101011110110001110101111001111000111100110 | 3fdef18ebd8ebcf1e6 |
UTF-8 | 薰滂スシ驢 | 111010001001011010110000111001101011101110000010111011111011110110111101111011111011110110111100111010011010100110100010 | e896b0e6bb82efbdbdefbdbce9a9a2 |
UHC | 薰滂??驢 | 1111110110111001110110111011010100111111001111111101010111110000 | fdb9dbb53f3fd5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)