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 | 霪羅 | 11101000110001001001011110000101 | e8c49785 |
EUC-JP | 霪羅 | 11110000110001101100110111100101 | f0c6cde5 |
UTF-8 | 霪羅 | 111010011001110010101010111001111011111010000101 | e99caae7be85 |
UHC | ?羅 | 001111111101010011111110 | 3fd4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)