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 | ?C? | 001111110100001100111111 | 3f433f |
SJIS-WIN | 燎C電 | 1110000010011001010000111001001101100100 | e099439364 |
EUC-JP | 燎C電 | 1101111111111001010000111100010111000101 | dff943c5c5 |
UTF-8 | 燎C電 | 11100111100001111000111001000011111010011001101110111011 | e7878e43e99bbb |
UHC | 燎C電 | 1101011011111010010000111110111110110011 | d6fa43efb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)