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 | ìö±ì§°^ | 11101100111101101011000111101100101001111011000001011110 | ecf6b1eca7b05e |
SJIS-WIN | ??±?§°^ | 00111111001111111000000101111101001111111000000110011000100000011000101101011110 | 3f3f817d3f8198818b5e |
EUC-JP | ìö±ì§°^ | 10001111101010111100000010001111101010111101001110100001110111101000111110101011110000001010000111111000101000011110101101011110 | 8fabc08fabd3a1de8fabc0a1f8a1eb5e |
UTF-8 | ìö±ì§°^ | 11000011101011001100001110110110110000101011000111000011101011001100001010100111110000101011000001011110 | c3acc3b6c2b1c3acc2a7c2b05e |
UHC | ??±?§°^ | 00111111001111111010000110111110001111111010000111010111101000011100011001011110 | 3f3fa1be3fa1d7a1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)