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 | 隴悟臆礦 | 1110100010101101100011001110010110001001101100001110000111100110 | e8ad8ce589b0e1e6 |
EUC-JP | 隴悟臆礦 | 1111000010101111101110001110011110110010101100101110001011101000 | f0afb8e7b2b2e2e8 |
UTF-8 | 隴悟臆礦 | 111010011001101010110100111001101000001010011111111010001000011110000110111001111010010010100110 | e99ab4e6829fe88786e7a4a6 |
UHC | ?悟臆? | 001111111110011111110110111001011110011000111111 | 3fe7f6e5e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)