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 | スン湘鈐ゥ湘 | 101111011101110110001111110000111111101111000010101010011000111111000011 | bddd8fc3fbc2a98fc3 |
EUC-JP | スン湘鈐ゥ湘 | 10001110101111011000111011011101101111101100010110001111111000111100000110001110101010011011111011000101 | 8ebd8eddbec58fe3c18ea9bec5 |
UTF-8 | スン湘鈐ゥ湘 | 111011111011110110111101111011111011111010011101111001101011100110011000111010011000100010010000111011111011110110101001111001101011100110011000 | efbdbdefbe9de6b998e98890efbda9e6b998 |
UHC | ??湘鈐?湘 | 001111110011111111011111110011111100110010100010001111111101111111001111 | 3f3fdfcfcca23fdfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)