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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄂仙ソス | 111001111011110110010000111001011011111110111101 | e7bd90e5bfbd |
EUC-JP | 鄂仙ソス | 1110111010111111110000001110011110001110101111111000111010111101 | eebfc0e78ebf8ebd |
UTF-8 | 鄂仙ソス | 111010011000010010000010111001001011101110011001111011111011110110111111111011111011110110111101 | e98482e4bb99efbdbfefbdbd |
UHC | 鄂仙?? | 111001001100011111100000101110010011111100111111 | e4c7e0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)