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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闥。貅渉ー | 1110100010010010101000011110011010111010100011111100001010110000 | e892a1e6ba8fc2b0 |
EUC-JP | 闥。貅渉ー | 11101111111100101000111010100001111011001011110010111110110001001000111010110000 | eff28ea1ecbcbec48eb0 |
UTF-8 | 闥。貅渉ー | 111010011001011110100101111011111011110110100001111010001011001010000101111001101011100010001001111011111011110110110000 | e997a5efbda1e8b285e6b889efbdb0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)