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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 哭毬U | 1001101001001100100111110111101101010101 | 9a4c9f7b55 |
EUC-JP | 哭毬U | 1101001110101101110111011101110001010101 | d3addddc55 |
UTF-8 | 哭毬U | 11100101100100111010110111100110101011111010110001010101 | e593ade6afac55 |
UHC | 哭毬U | 1100110111010110110011111011001101010101 | cdd6cfb355 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)