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 | ò§ÄêÑî^ | 11110010101001111100010011101010110100011110111001011110 | f2a7c4ead1ee5e |
SJIS-WIN | ?§????^ | 0011111110000001100110000011111100111111001111110011111101011110 | 3f81983f3f3f3f5e |
EUC-JP | ò§ÄêÑî^ | 100011111010101111010010101000011111100010001111101010101010001110001111101010111011010010001111101010101101000010001111101010111100001001011110 | 8fabd2a1f88faaa38fabb48faad08fabc25e |
UTF-8 | ò§ÄêÑî^ | 11000011101100101100001010100111110000111000010011000011101010101100001110010001110000111010111001011110 | c3b2c2a7c384c3aac391c3ae5e |
UHC | ?§????^ | 0011111110100001110101110011111100111111001111110011111101011110 | 3fa1d73f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)