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 | ï¾îº | 111011111011111010011101111011101001110010111010 | efbe9dee9cba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ï??î?º | 100011111010101111000001001111110011111110001111101010111100001000111111100011111010001011101011 | 8fabc13f3f8fabc23f8fa2eb |
UTF-8 | ï¾îº | 110000111010111111000010101111101100001010011101110000111010111011000010100111001100001010111010 | c3afc2bec29dc3aec29cc2ba |
UHC | ?¾???º | 0011111110101000111110100011111100111111001111111010100010101100 | 3fa8fa3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)