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 | 踉エ | 11100110111100101000001101000111 | e6f28347 |
EUC-JP | 踉エ | 11101100111101001010010110101000 | ecf4a5a8 |
UTF-8 | 踉エ | 111010001011100010001001111000111000001010101000 | e8b889e382a8 |
UHC | ?エ | 001111111010101110101000 | 3faba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)