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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 旦達短叩\ | 100100100101010110010010010000101001001001011010100100100100000001011100 | 92559242925a92405c |
EUC-JP | 旦達短叩\ | 110000111011011011000011101000111100001110111011110000111010000101011100 | c3b6c3a3c3bbc3a15c |
UTF-8 | 旦達短叩\ | 11100110100101111010011011101001100000011001010011100111100111111010110111100101100011111010100101011100 | e697a6e98194e79fade58fa95c |
UHC | 旦達短叩\ | 110100111010100111010011101110011101001110101101110011011011000001011100 | d3a9d3b9d3adcdb05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)