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 | ïè¸î°¹^ | 11101111111010001011100011101110101100001011100101011110 | efe8b8eeb0b95e |
SJIS-WIN | ????°?^ | 0011111100111111001111110011111110000001100010110011111101011110 | 3f3f3f3f818b3f5e |
EUC-JP | ïè¸î°?^ | 10001111101010111100000110001111101010111011001010001111101000101011000110001111101010111100001010100001111010110011111101011110 | 8fabc18fabb28fa2b18fabc2a1eb3f5e |
UTF-8 | ïè¸î°¹^ | 11000011101011111100001110101000110000101011100011000011101011101100001010110000110000101011100101011110 | c3afc3a8c2b8c3aec2b0c2b95e |
UHC | ??¸?°¹^ | 00111111001111111010001010101100001111111010000111000110101010011111011001011110 | 3f3fa2ac3fa1c6a9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)