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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 霪ⅶ | 11101000110001001111101001000110 | e8c4fa46 |
EUC-JP | 霪? | 111100001100011000111111 | f0c63f |
UTF-8 | 霪ⅶ | 111010011001110010101010111000101000010110110110 | e99caae285b6 |
UHC | ?ⅶ | 001111111010010110100111 | 3fa5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)