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 | 邵ォ雋宇 | 11100111101110001010101111101000101100101000100101000110 | e7b8abe8b28946 |
EUC-JP | 邵ォ雋宇 | 1110111010111010100011101010101111110000101101001011000110100111 | eeba8eabf0b4b1a7 |
UTF-8 | 邵ォ雋宇 | 111010011000001010110101111011111011110110101011111010011001101110001011111001011010111010000111 | e982b5efbdabe99b8be5ae87 |
UHC | 邵?雋宇 | 11100001110100000011111111110001111001101110100111010100 | e1d03ff1e6e9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)