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 | 箋迄姪没 | 1110001010110011100101101001100010010110110000111001011001110110 | e2b3969896c39676 |
EUC-JP | 箋迄姪没 | 1110010010110101110010111111100011001100110001011100101111010111 | e4b5cbf8ccc5cbd7 |
UTF-8 | 箋迄姪没 | 111001111010111010001011111010001011111110000100111001011010011110101010111001101011001010100001 | e7ae8be8bf84e5a7aae6b2a1 |
UHC | 箋?姪? | 111011111010100000111111111100101110101100111111 | efa83ff2eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)