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 | ?????c\ | 00111111001111110011111100111111001111110110001101011100 | 3f3f3f3f3f635c |
SJIS-WIN | ?瀋???c\ | 0011111111100000011000110011111100111111001111110110001101011100 | 3fe0633f3f3f635c |
EUC-JP | ?瀋???c\ | 0011111111011111110001000011111100111111001111110110001101011100 | 3fdfc43f3f3f635c |
UTF-8 | 쒔瀋렚렊롚c\ | 1110110010010010100101001110011110000000100010111110101110100000100110101110101110100000100010101110101110100001100110100110001101011100 | ec9294e7808beba09aeba08aeba19a635c |
UHC | 쒔瀋렚렊롚c\ | 101111101010110111100100101000111000111010101101100011101010000110001110110111100110001101011100 | beade4a38ead8ea18ede635c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)