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 | ?X?? | 00111111010110000011111100111111 | 3f583f3f |
SJIS-WIN | 哭X齏痾 | 10011010010011000101100011101000111010111110000101111101 | 9a4c58e8ebe17d |
EUC-JP | 哭X齏痾 | 11010011101011010101100011110000111011011110000111011110 | d3ad58f0ede1de |
UTF-8 | 哭X齏痾 | 11100101100100111010110101011000111010011011110110001111111001111001011110111110 | e593ad58e9bd8fe797be |
UHC | 哭X?? | 1100110111010110010110000011111100111111 | cdd6583f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)