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 | 讌。闢瀧イ | 1110011010100101101000011110100010010011100100011110101110110010 | e6a5a1e89391ebb2 |
EUC-JP | 讌。闢瀧イ | 11101100101001111000111010100001111011111111001111000010111011011000111010110010 | eca78ea1eff3c2ed8eb2 |
UTF-8 | 讌。闢瀧イ | 111010001010111010001100111011111011110110100001111010011001011110100010111001111000000010100111111011111011110110110010 | e8ae8cefbda1e997a2e780a7efbdb2 |
UHC | ??闢瀧? | 00111111001111111101110010100011110101101110100100111111 | 3f3fdca3d6e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)