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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 町?鼻 | 1001001010101100001111111001010101000000 | 92ac3f9540 |
EUC-JP | 町?鼻 | 1100010010101110001111111100100110100001 | c4ae3fc9a1 |
UTF-8 | 町쿡鼻 | 111001111001010010111010111011001011111110100001111010011011110010111011 | e794baecbfa1e9bcbb |
UHC | 町쿡鼻 | 111011111110101111000100111011101101111010101100 | efebc4eedeac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)