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 | 禎?門梓 | 10010010111101010011111110010110111001011000100010110010 | 92f53f96e588b2 |
EUC-JP | 禎?門梓 | 11000100111101110011111111001100111001111011000010110100 | c4f73fcce7b0b4 |
UTF-8 | 禎댄門梓 | 111001111010011010001110111010111000110010000100111010011001011010000000111001101010001010010011 | e7a68eeb8c84e99680e6a293 |
UHC | 禎댄門梓 | 1110111111101110101101001110110111011010101001101110111010101001 | efeeb4eddaa6eea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)