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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 辰孫賊B | 10010010010000111001000110110111100100011010111101000010 | 924391b791af42 |
EUC-JP | 辰孫賊B | 11000011101001001100001010111001110000101011000101000010 | c3a4c2b9c2b142 |
UTF-8 | 辰孫賊B | 11101000101111101011000011100101101011011010101111101000101100111000101001000010 | e8beb0e5adabe8b38a42 |
UHC | 辰孫賊B | 11110010111000111110000111011101111011101110010001000010 | f2e3e1ddeee442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)