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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | 奣、b[奣、b[^ | 1111101010100011101001000110001001011011111110101010001110100100011000100101101101011110 | faa3a4625bfaa3a4625b5e |
EUC-JP | 奣、b[奣、b[^ | 100011111011100011111100100011101010010001100010010110111000111110111000111111001000111010100100011000100101101101011110 | 8fb8fc8ea4625b8fb8fc8ea4625b5e |
UTF-8 | 奣、b[奣、b[^ | 1110010110100101101000111110111110111101101001000110001001011011111001011010010110100011111011111011110110100100011000100101101101011110 | e5a5a3efbda4625be5a5a3efbda4625b5e |
UHC | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)