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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 陂撤x | 1110100010011000100100110101000001111000 | e898935078 |
EUC-JP | 陂撤x | 1110111111111000110001011011000101111000 | eff8c5b178 |
UTF-8 | 陂撤x | 11101001100110011000001011100110100100101010010001111000 | e99982e692a478 |
UHC | 陂撤x | 1111100110101110111101001100110001111000 | f9aef4cc78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)