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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痔鈐式 | 1111001011100111100011101010010011111011110000101000111010101110 | f2e78ea4fbc28eae |
EUC-JP | ?痔鈐式 | 0011111110111100101001101000111111100011110000011011110010110000 | 3fbca68fe3c1bcb0 |
UTF-8 | 痔鈐式 | 111011101000100010011110111001111001011110010100111010011000100010010000111001011011110010001111 | ee889ee79794e98890e5bc8f |
UHC | ?痔鈐式 | 00111111111101101100000011001100101000101110001111010010 | 3ff6c0cca2e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)