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 | 逕エ | 11100111100101001000001101000111 | e7948347 |
EUC-JP | 逕エ | 11101101111101001010010110101000 | edf4a5a8 |
UTF-8 | 逕エ | 111010011000000010010101111000111000001010101000 | e98095e382a8 |
UHC | 逕エ | 11001100111011111010101110101000 | ccefaba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)