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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | タ蹇B | 11000000111001110100000001000010 | c0e74042 |
EUC-JP | タ蹇B | 1000111011000000111011011010000101000010 | 8ec0eda142 |
UTF-8 | タ蹇B | 11101111101111101000000011101000101110011000011101000010 | efbe80e8b98742 |
UHC | ?蹇B | 00111111110010111111010001000010 | 3fcbf442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)