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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 匙゚褜 | 1000110111111010110111111111101001011101 | 8dfadffa5d |
EUC-JP | 匙゚褜 | 10111010111111001000111011011111100011111101110011011111 | bafc8edf8fdcdf |
UTF-8 | 匙゚褜 | 111001011000110010011001111011111011111010011111111010001010010010011100 | e58c99efbe9fe8a49c |
UHC | 匙?? | 11100011101101010011111100111111 | e3b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)