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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???以?? | 00111111001111110011111110001000110010000011111100111111 | 3f3f3f88c83f3f |
EUC-JP | ???以?? | 00111111001111110011111110110000110010100011111100111111 | 3f3f3fb0ca3f3f |
UTF-8 | 濾곕맧以뉛쭓 | 111011111010011010000100111010101011001110010101111010111010011110100111111001001011101110100101111010111000100110011011111011001010110110010011 | efa684eab395eba7a7e4bba5eb899becad93 |
UHC | 濾곕맧以뉛쭓 | 111001101010010010110000111010111001000010110000111011001010010010000111111011111010011110001011 | e6a4b0eb90b0eca487efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)