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 | 楔跣夭小 | 1001111010110110111001101110111110011010111011101000111110101100 | 9eb6e6ef9aee8fac |
EUC-JP | 楔跣夭小 | 1101110010111000111011001111000111010100111100001011111010101110 | dcb8ecf1d4f0beae |
UTF-8 | 楔跣夭小 | 111001101010010110010100111010001011011110100011111001011010010010101101111001011011000010001111 | e6a594e8b7a3e5a4ade5b08f |
UHC | 楔跣夭小 | 1110000011011011111000001101001111101000111011001110000110110011 | e0dbe0d3e8ece1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)