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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鬯俶闘鬯俶闘^ | 11101001101011001001100011100110100100111010110011101001101011001001100011100110100100111010110001011110 | e9ac98e693ace9ac98e693ac5e |
EUC-JP | 鬯俶闘鬯俶闘^ | 11110010101011101101000011101000110001101010111011110010101011101101000011101000110001101010111001011110 | f2aed0e8c6aef2aed0e8c6ae5e |
UTF-8 | 鬯俶闘鬯俶闘^ | 11101001101011001010111111100100101111111011011011101001100101111001100011101001101011001010111111100100101111111011011011101001100101111001100001011110 | e9acafe4bfb6e99798e9acafe4bfb6e997985e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)