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 | 緇弱姶 | 111000110101110110001110111000111000100010100110 | e35d8ee388a6 |
EUC-JP | 緇弱姶 | 111001011011111010111100111001011011000010101000 | e5bebce5b0a8 |
UTF-8 | 緇弱姶 | 111001111011011110000111111001011011110010110001111001011010011110110110 | e7b787e5bcb1e5a7b6 |
UHC | 緇弱? | 1111011011000101111001011011000000111111 | f6c5e5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)