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 | ìæ°^ | 11101100100101011000100011100110101100001000100001011110 | ec9588e6b0885e |
SJIS-WIN | ????°?^ | 0011111100111111001111110011111110000001100010110011111101011110 | 3f3f3f3f818b3f5e |
EUC-JP | ì??æ°?^ | 100011111010101111000000001111110011111110001111101010011100000110100001111010110011111101011110 | 8fabc03f3f8fa9c1a1eb3f5e |
UTF-8 | ìæ°^ | 11000011101011001100001010010101110000101000100011000011101001101100001010110000110000101000100001011110 | c3acc295c288c3a6c2b0c2885e |
UHC | ???æ°?^ | 001111110011111100111111101010011010000110100001110001100011111101011110 | 3f3f3fa9a1a1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)