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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 短俗族m | 10010010010110101001000110101101100100011011000001101101 | 925a91ad91b06d |
EUC-JP | 短俗族m | 11000011101110111100001010101111110000101011001001101101 | c3bbc2afc2b26d |
UTF-8 | 短俗族m | 11100111100111111010110111100100101111111001011111100110100101111000111101101101 | e79fade4bf97e6978f6d |
UHC | 短俗族m | 11010011101011011110000111010100111100001110100101101101 | d3ade1d4f0e96d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)