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 | ???苡ワ┷ | 001111110011111100111111111001001000111110000011100011111000010010111000 | 3f3f3fe48f838f84b8 |
EUC-JP | ???苡ワ┷ | 001111110011111100111111111001111110111110100101111011111010100010111010 | 3f3f3fe7efa5efa8ba |
UTF-8 | 閱뤿툋苡ワ┷ | 111010011001011010110001111010111010010010111111111011011000100010001011111010001000101110100001111000111000001110101111111000101001010010110111 | e996b1eba4bfed888be88ba1e383afe294b7 |
UHC | 閱뤿툋苡ワ┷ | 111001101111001110001111111010111011100010000011111011001011111010101011111011111010011010111010 | e6f38febb883ecbeabefa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)