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 | 1001001001000011100111111001010101111000 | 92439f9578 |
EUC-JP | 辰泄x | 1100001110100100110111011111010101111000 | c3a4ddf578 |
UTF-8 | 辰泄x | 11101000101111101011000011100110101100111000010001111000 | e8beb0e6b38478 |
UHC | 辰泄x | 1111001011100011111000001101110001111000 | f2e3e0dc78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)