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 | ?R? | 001111110101001000111111 | 3f523f |
SJIS-WIN | 哭R瘁 | 1001101001001100010100101110000110000001 | 9a4c52e181 |
EUC-JP | 哭R瘁 | 1101001110101101010100101110000111100001 | d3ad52e1e1 |
UTF-8 | 哭R瘁 | 11100101100100111010110101010010111001111001100010000001 | e593ad52e79881 |
UHC | 哭R? | 11001101110101100101001000111111 | cdd6523f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)