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 | 借靦竺 | 100011101101100011101000110100011000111010110001 | 8ed8e8d18eb1 |
EUC-JP | 借靦竺 | 101111001101101011110000110100111011110010110011 | bcdaf0d3bcb3 |
UTF-8 | 借靦竺 | 111001011000000010011111111010011001110110100110111001111010101110111010 | e5809fe99da6e7abba |
UHC | 借?竺 | 1111001110101000001111111111010111100111 | f3a83ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)